#8c6616

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

Shades of Golden Brown #8C6616

Tints of Golden Brown #8C6616

Color information

#8C6616 (or 0x8C6616) is unknown color: approx Golden Brown. HEX triplet: 8C, 66 and 16. RGB value is (140,102,22). Sum of RGB (Red+Green+Blue) = 140+102+22=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6616 is #7399E9. Grayscale: #686868. Windows color (decimal): -7576042 or 1468044. OLE color: 1468044.

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

Color convert

RGB14010222-
CMYK00.270.840.45
HSL40.68º72.84%31.76%-
HSV(B)40.68º84.29%54.9%-
XYZ15.7115.142.85-
YUV104.2481.59153.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.03%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=53.03%
G=38.64%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401022200.270.840.4540.6872.8431.76
Hex8C661601B542D294920
Octal21414626033124555111140
Binary1000110011001101011001101110101001011011010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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