#74643b

Color #74643B Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #74643B

Tints of Yellow Metal #74643B

Color information

#74643B (or 0x74643B) is unknown color: approx Yellow Metal. HEX triplet: 74, 64 and 3B. RGB value is (116,100,59). Sum of RGB (Red+Green+Blue) = 116+100+59=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74643B is #8B9BC4. Grayscale: #646464. Windows color (decimal): -9149381 or 3892340. OLE color: 3892340.

HSL color Cylindrical-coordinate representation of color #74643B: hue angle of 43.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74643B is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB11610059-
CMYK00.140.490.55
HSL43.16º32.57%34.31%-
HSV(B)43.16º49.14%45.49%-
XYZ12.5513.146.01-
YUV100.11104.8139.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 59 (23.44% from 255) = 21.45%
R=42.18%
G=36.36%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161005900.140.490.5543.1632.5734.31
Hex74643B0E31372b2122
Octal164144730166167534142
Binary1110100110010011101101110110001110111101011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74643b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74643b; }

 p { color: rgb(116,100,59); }

 H1.HeaderClassName
 {
   color: #74643b;
 }
 .AnyTagClassName
 {
   color: #74643b;
 }
</style>
background-color css

<style>
 a { background-color: #74643b; }

 a { background-color: rgb(116,100,59); }

 div.DivClassName
 {
   background-color: #74643b;
 }
 .BgClassName
 {
   background-color: #74643b;
 }
</style>
border-color css

<style>
 span { border-color: #74643b; }

 span { border-color: rgb(116,100,59); }

 td.TdClassName
 {
   border-color: #74643b;
 }
 .TagClassName
 {
   border-color: #74643b;
 }
</style>