Shades of Golden Brown #8F6802
Tints of Golden Brown #8F6802
RGB
CMYK
RGB Variations
Color information
#8F6802 (or 0x8F6802) is known color: Golden Brown. HEX triplet: 8F, 68 and 02. RGB value is (143,104,2). Sum of RGB (Red+Green+Blue) = 143+104+2=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6802 is #7097FD. Grayscale: #686868. Windows color (decimal): -7378942 or 157839. OLE color: 157839.
HSL color Cylindrical-coordinate representation of color #8F6802: hue angle of 43.4º 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 #8F6802 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.44 |
| HSL | 43.4º | 0.97% | 0.28% | - |
| HSV(B) | 43.4º | 0.99% | 0.56% | - |
| XYZ | 16.29 | 15.74 | 2.24 | - |
| YUV | 104.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 2 | 0 | 0.27 | 0.99 | 0.44 | 43.4 | 0.97 | 0.28 |
| Hex | 8F | 68 | 2 | 0 | 1B | 63 | 2C | 2B | 61 | 1C |
| Octal | 217 | 150 | 2 | 0 | 33 | 143 | 54 | 53 | 141 | 34 |
| Binary | 10001111 | 1101000 | 10 | 0 | 11011 | 1100011 | 101100 | 101011 | 1100001 | 11100 |
Color Harmonies of #8F6802
Complementary color
Monochromatic Colors of #8F6802
Black with #8F6802
Text Example
Text Example
White with #8F6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6802; }
p { color: rgb(143,104,2); }
H1.HeaderClassName
{
color: #8F6802;
}
.AnyTagClassName
{
color: #8F6802;
}
</style>
background-color css
<style>
a { background-color: #8F6802; }
a { background-color: rgb(143,104,2); }
div.DivClassName
{
background-color: #8F6802;
}
.BgClassName
{
background-color: #8F6802;
}
</style>
border-color css
<style>
span { border-color: #8F6802; }
span { border-color: rgb(143,104,2); }
td.TdClassName
{
border-color: #8F6802;
}
.TagClassName
{
border-color: #8F6802;
}
</style>