Shades of Golden Brown #8C6502
Tints of Golden Brown #8C6502
RGB
CMYK
RGB Variations
Color information
#8C6502 (or 0x8C6502) is known color: Golden Brown. HEX triplet: 8C, 65 and 02. RGB value is (140,101,2). Sum of RGB (Red+Green+Blue) = 140+101+2=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6502 is #739AFD. Grayscale: #656565. Windows color (decimal): -7576318 or 157068. OLE color: 157068.
HSL color Cylindrical-coordinate representation of color #8C6502: hue angle of 43.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C6502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 101 | 2 | - |
CMYK | 0 | 0.28 | 0.99 | 0.45 |
HSL | 43.04º | 0.97% | 0.28% | - |
HSV(B) | 43.04º | 0.99% | 0.55% | - |
XYZ | 15.48 | 14.89 | 2.12 | - |
YUV | 101.38 | 71.92 | 155.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 101 | 2 | 0 | 0.28 | 0.99 | 0.45 | 43.04 | 0.97 | 0.28 |
Hex | 8C | 65 | 2 | 0 | 1C | 63 | 2D | 2B | 61 | 1C |
Octal | 214 | 145 | 2 | 0 | 34 | 143 | 55 | 53 | 141 | 34 |
Binary | 10001100 | 1100101 | 10 | 0 | 11100 | 1100011 | 101101 | 101011 | 1100001 | 11100 |
Color Harmonies of #8C6502
Complementary color
Monochromatic Colors of #8C6502
Black with #8C6502
Text Example
Text Example
White with #8C6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6502; }
p { color: rgb(140,101,2); }
H1.HeaderClassName
{
color: #8C6502;
}
.AnyTagClassName
{
color: #8C6502;
}
</style>
background-color css
<style>
a { background-color: #8C6502; }
a { background-color: rgb(140,101,2); }
div.DivClassName
{
background-color: #8C6502;
}
.BgClassName
{
background-color: #8C6502;
}
</style>
border-color css
<style>
span { border-color: #8C6502; }
span { border-color: rgb(140,101,2); }
td.TdClassName
{
border-color: #8C6502;
}
.TagClassName
{
border-color: #8C6502;
}
</style>