Shades of Golden Brown #8F6902
Tints of Golden Brown #8F6902
RGB
CMYK
RGB Variations
Color information
#8F6902 (or 0x8F6902) is known color: Golden Brown. HEX triplet: 8F, 69 and 02. RGB value is (143,105,2). Sum of RGB (Red+Green+Blue) = 143+105+2=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6902 is #7096FD. Grayscale: #696969. Windows color (decimal): -7378686 or 158095. OLE color: 158095.
HSL color Cylindrical-coordinate representation of color #8F6902: hue angle of 43.83º 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 #8F6902 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.44 |
| HSL | 43.83º | 0.97% | 0.28% | - |
| HSV(B) | 43.83º | 0.99% | 0.56% | - |
| XYZ | 16.39 | 15.95 | 2.27 | - |
| YUV | 104.62 | 70.09 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 2 | 0 | 0.27 | 0.99 | 0.44 | 43.83 | 0.97 | 0.28 |
| Hex | 8F | 69 | 2 | 0 | 1B | 63 | 2C | 2C | 61 | 1C |
| Octal | 217 | 151 | 2 | 0 | 33 | 143 | 54 | 54 | 141 | 34 |
| Binary | 10001111 | 1101001 | 10 | 0 | 11011 | 1100011 | 101100 | 101100 | 1100001 | 11100 |
Color Harmonies of #8F6902
Complementary color
Monochromatic Colors of #8F6902
Black with #8F6902
Text Example
Text Example
White with #8F6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6902; }
p { color: rgb(143,105,2); }
H1.HeaderClassName
{
color: #8F6902;
}
.AnyTagClassName
{
color: #8F6902;
}
</style>
background-color css
<style>
a { background-color: #8F6902; }
a { background-color: rgb(143,105,2); }
div.DivClassName
{
background-color: #8F6902;
}
.BgClassName
{
background-color: #8F6902;
}
</style>
border-color css
<style>
span { border-color: #8F6902; }
span { border-color: rgb(143,105,2); }
td.TdClassName
{
border-color: #8F6902;
}
.TagClassName
{
border-color: #8F6902;
}
</style>