Shades of Golden Brown #8F6002
Tints of Golden Brown #8F6002
RGB
CMYK
RGB Variations
Color information
#8F6002 (or 0x8F6002) is known color: Golden Brown. HEX triplet: 8F, 60 and 02. RGB value is (143,96,2). Sum of RGB (Red+Green+Blue) = 143+96+2=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6002 is #709FFD. Grayscale: #636363. Windows color (decimal): -7380990 or 155791. OLE color: 155791.
HSL color Cylindrical-coordinate representation of color #8F6002: hue angle of 40º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F6002 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.44 |
| HSL | 40º | 0.97% | 0.28% | - |
| HSV(B) | 40º | 0.99% | 0.56% | - |
| XYZ | 15.52 | 14.21 | 1.98 | - |
| YUV | 99.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 2 | 0 | 0.33 | 0.99 | 0.44 | 40 | 0.97 | 0.28 |
| Hex | 8F | 60 | 2 | 0 | 21 | 63 | 2C | 28 | 61 | 1C |
| Octal | 217 | 140 | 2 | 0 | 41 | 143 | 54 | 50 | 141 | 34 |
| Binary | 10001111 | 1100000 | 10 | 0 | 100001 | 1100011 | 101100 | 101000 | 1100001 | 11100 |
Color Harmonies of #8F6002
Complementary color
Monochromatic Colors of #8F6002
Black with #8F6002
Text Example
Text Example
White with #8F6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6002; }
p { color: rgb(143,96,2); }
H1.HeaderClassName
{
color: #8F6002;
}
.AnyTagClassName
{
color: #8F6002;
}
</style>
background-color css
<style>
a { background-color: #8F6002; }
a { background-color: rgb(143,96,2); }
div.DivClassName
{
background-color: #8F6002;
}
.BgClassName
{
background-color: #8F6002;
}
</style>
border-color css
<style>
span { border-color: #8F6002; }
span { border-color: rgb(143,96,2); }
td.TdClassName
{
border-color: #8F6002;
}
.TagClassName
{
border-color: #8F6002;
}
</style>