Shades of Golden Brown #8F6208
Tints of Golden Brown #8F6208
RGB
CMYK
RGB Variations
Color information
#8F6208 (or 0x8F6208) is known color: Golden Brown. HEX triplet: 8F, 62 and 08. RGB value is (143,98,8). Sum of RGB (Red+Green+Blue) = 143+98+8=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6208 is #709DF7. Grayscale: #656565. Windows color (decimal): -7380472 or 549519. OLE color: 549519.
HSL color Cylindrical-coordinate representation of color #8F6208: hue angle of 40º 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 #8F6208 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 8 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.44 |
| HSL | 40º | 0.89% | 0.3% | - |
| HSV(B) | 40º | 0.94% | 0.56% | - |
| XYZ | 15.74 | 14.59 | 2.22 | - |
| YUV | 101.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 8 | 0 | 0.31 | 0.94 | 0.44 | 40 | 0.89 | 0.3 |
| Hex | 8F | 62 | 8 | 0 | 1F | 5E | 2C | 28 | 59 | 1E |
| Octal | 217 | 142 | 10 | 0 | 37 | 136 | 54 | 50 | 131 | 36 |
| Binary | 10001111 | 1100010 | 1000 | 0 | 11111 | 1011110 | 101100 | 101000 | 1011001 | 11110 |
Color Harmonies of #8F6208
Complementary color
Monochromatic Colors of #8F6208
Black with #8F6208
Text Example
Text Example
White with #8F6208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6208; }
p { color: rgb(143,98,8); }
H1.HeaderClassName
{
color: #8F6208;
}
.AnyTagClassName
{
color: #8F6208;
}
</style>
background-color css
<style>
a { background-color: #8F6208; }
a { background-color: rgb(143,98,8); }
div.DivClassName
{
background-color: #8F6208;
}
.BgClassName
{
background-color: #8F6208;
}
</style>
border-color css
<style>
span { border-color: #8F6208; }
span { border-color: rgb(143,98,8); }
td.TdClassName
{
border-color: #8F6208;
}
.TagClassName
{
border-color: #8F6208;
}
</style>