#8C6619

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

Shades of Golden Brown #8C6619

Tints of Golden Brown #8C6619

Color information

#8C6619 (or 0x8C6619) is unknown color: approx Golden Brown. HEX triplet: 8C, 66 and 19. RGB value is (140,102,25). Sum of RGB (Red+Green+Blue) = 140+102+25=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6619 is #7399E6. Grayscale: #686868. Windows color (decimal): -7576039 or 1664652. OLE color: 1664652.

HSL color Cylindrical-coordinate representation of color #8C6619: hue angle of 40.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C6619 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB14010225-
CMYK00.270.820.45
HSL40.17º69.7%32.35%-
HSV(B)40.17º82.14%54.9%-
XYZ15.7415.153.01-
YUV104.5883.09153.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 25 (10.16% from 255) = 9.36%
R=52.43%
G=38.20%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401022500.270.820.4540.1769.732.35
Hex8C661901B522D284620
Octal21414631033122555010640
Binary1000110011001101100101101110100101011011010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,25); }

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

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

 a { background-color: rgb(140,102,25); }

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

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

 span { border-color: rgb(140,102,25); }

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