Shades of Golden Brown #8F6007
Tints of Golden Brown #8F6007
RGB
CMYK
RGB Variations
Color information
#8F6007 (or 0x8F6007) is known color: Golden Brown. HEX triplet: 8F, 60 and 07. RGB value is (143,96,7). Sum of RGB (Red+Green+Blue) = 143+96+7=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6007 is #709FF8. Grayscale: #646464. Windows color (decimal): -7380985 or 483471. OLE color: 483471.
HSL color Cylindrical-coordinate representation of color #8F6007: hue angle of 39.26º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F6007 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 7 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.44 |
| HSL | 39.26º | 0.91% | 0.29% | - |
| HSV(B) | 39.26º | 0.95% | 0.56% | - |
| XYZ | 15.55 | 14.22 | 2.13 | - |
| YUV | 99.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 7 | 0 | 0.33 | 0.95 | 0.44 | 39.26 | 0.91 | 0.29 |
| Hex | 8F | 60 | 7 | 0 | 21 | 5F | 2C | 27 | 5B | 1D |
| Octal | 217 | 140 | 7 | 0 | 41 | 137 | 54 | 47 | 133 | 35 |
| Binary | 10001111 | 1100000 | 111 | 0 | 100001 | 1011111 | 101100 | 100111 | 1011011 | 11101 |
Color Harmonies of #8F6007
Complementary color
Monochromatic Colors of #8F6007
Black with #8F6007
Text Example
Text Example
White with #8F6007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6007; }
p { color: rgb(143,96,7); }
H1.HeaderClassName
{
color: #8F6007;
}
.AnyTagClassName
{
color: #8F6007;
}
</style>
background-color css
<style>
a { background-color: #8F6007; }
a { background-color: rgb(143,96,7); }
div.DivClassName
{
background-color: #8F6007;
}
.BgClassName
{
background-color: #8F6007;
}
</style>
border-color css
<style>
span { border-color: #8F6007; }
span { border-color: rgb(143,96,7); }
td.TdClassName
{
border-color: #8F6007;
}
.TagClassName
{
border-color: #8F6007;
}
</style>