#8C6A09

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

Shades of Golden Brown #8C6A09

Tints of Golden Brown #8C6A09

Color information

#8C6A09 (or 0x8C6A09) is unknown color: approx Golden Brown. HEX triplet: 8C, 6A and 09. RGB value is (140,106,9). Sum of RGB (Red+Green+Blue) = 140+106+9=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6A09 is #7395F6. Grayscale: #696969. Windows color (decimal): -7575031 or 617100. OLE color: 617100.

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

Color convert

RGB1401069-
CMYK00.240.940.45
HSL44.43º87.92%29.22%-
HSV(B)44.43º93.57%54.9%-
XYZ16.0215.92.48-
YUV105.1173.76152.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 9 (3.91% from 255) = 3.53%
R=54.90%
G=41.57%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140106900.240.940.4544.4387.9229.22
Hex8C6A90185E2D2c581d
Octal21415211030136555413035
Binary10001100110101010010110001011110101101101100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,106,9); }

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

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

 a { background-color: rgb(140,106,9); }

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

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

 span { border-color: rgb(140,106,9); }

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