Shades of Golden Brown #8F6908
Tints of Golden Brown #8F6908
RGB
CMYK
RGB Variations
Color information
#8F6908 (or 0x8F6908) is known color: Golden Brown. HEX triplet: 8F, 69 and 08. RGB value is (143,105,8). Sum of RGB (Red+Green+Blue) = 143+105+8=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6908 is #7096F7. Grayscale: #696969. Windows color (decimal): -7378680 or 551311. OLE color: 551311.
HSL color Cylindrical-coordinate representation of color #8F6908: hue angle of 43.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F6908 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 8 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.44 |
| HSL | 43.11º | 0.89% | 0.3% | - |
| HSV(B) | 43.11º | 0.94% | 0.56% | - |
| XYZ | 16.42 | 15.96 | 2.44 | - |
| YUV | 105.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 8 | 0 | 0.27 | 0.94 | 0.44 | 43.11 | 0.89 | 0.3 |
| Hex | 8F | 69 | 8 | 0 | 1B | 5E | 2C | 2B | 59 | 1E |
| Octal | 217 | 151 | 10 | 0 | 33 | 136 | 54 | 53 | 131 | 36 |
| Binary | 10001111 | 1101001 | 1000 | 0 | 11011 | 1011110 | 101100 | 101011 | 1011001 | 11110 |
Color Harmonies of #8F6908
Complementary color
Monochromatic Colors of #8F6908
Black with #8F6908
Text Example
Text Example
White with #8F6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6908; }
p { color: rgb(143,105,8); }
H1.HeaderClassName
{
color: #8F6908;
}
.AnyTagClassName
{
color: #8F6908;
}
</style>
background-color css
<style>
a { background-color: #8F6908; }
a { background-color: rgb(143,105,8); }
div.DivClassName
{
background-color: #8F6908;
}
.BgClassName
{
background-color: #8F6908;
}
</style>
border-color css
<style>
span { border-color: #8F6908; }
span { border-color: rgb(143,105,8); }
td.TdClassName
{
border-color: #8F6908;
}
.TagClassName
{
border-color: #8F6908;
}
</style>