#8C6015

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

Shades of Golden Brown #8C6015

Tints of Golden Brown #8C6015

Color information

#8C6015 (or 0x8C6015) is unknown color: approx Golden Brown. HEX triplet: 8C, 60 and 15. RGB value is (140,96,21). Sum of RGB (Red+Green+Blue) = 140+96+21=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6015 is #739FEA. Grayscale: #646464. Windows color (decimal): -7577579 or 1400972. OLE color: 1400972.

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

Color convert

RGB1409621-
CMYK00.310.850.45
HSL37.82º73.91%31.57%-
HSV(B)37.82º85%54.9%-
XYZ15.13142.61-
YUV100.6183.08156.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.47%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=54.47%
G=37.35%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140962100.310.850.4537.8273.9131.57
Hex8C601501F552D264a20
Octal21414025037125554611240
Binary1000110011000001010101111110101011011011001101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,96,21); }

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

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

 a { background-color: rgb(140,96,21); }

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

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

 span { border-color: rgb(140,96,21); }

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