#8C6406

Color #8C6406 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #8C6406

Tints of Golden Brown #8C6406

Color information

#8C6406 (or 0x8C6406) is unknown color: approx Golden Brown. HEX triplet: 8C, 64 and 06. RGB value is (140,100,6). Sum of RGB (Red+Green+Blue) = 140+100+6=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6406 is #739BF9. Grayscale: #656565. Windows color (decimal): -7576570 or 418956. OLE color: 418956.

HSL color Cylindrical-coordinate representation of color #8C6406: hue angle of 42.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C6406 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1401006-
CMYK00.290.960.45
HSL42.09º91.78%28.63%-
HSV(B)42.09º95.71%54.9%-
XYZ15.4114.72.2-
YUV101.2474.25155.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.91%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=56.91%
G=40.65%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140100600.290.960.4542.0991.7828.63
Hex8C64601D602D2a5c1d
Octal2141446035140555213435
Binary1000110011001001100111011100000101101101010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6406; }

 p { color: rgb(140,100,6); }

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

<style>
 a { background-color: #8C6406; }

 a { background-color: rgb(140,100,6); }

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

<style>
 span { border-color: #8C6406; }

 span { border-color: rgb(140,100,6); }

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