Shades of Golden Brown #8F600F
Tints of Golden Brown #8F600F
RGB
CMYK
RGB Variations
Color information
#8F600F (or 0x8F600F) is known color: Golden Brown. HEX triplet: 8F, 60 and 0F. RGB value is (143,96,15). Sum of RGB (Red+Green+Blue) = 143+96+15=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F600F is #709FF0. Grayscale: #656565. Windows color (decimal): -7380977 or 1007759. OLE color: 1007759.
HSL color Cylindrical-coordinate representation of color #8F600F: hue angle of 37.97º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F600F is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 15 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.44 |
| HSL | 37.97º | 0.81% | 0.31% | - |
| HSV(B) | 37.97º | 0.9% | 0.56% | - |
| XYZ | 15.6 | 14.24 | 2.38 | - |
| YUV | 100.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 15 | 0 | 0.33 | 0.90 | 0.44 | 37.97 | 0.81 | 0.31 |
| Hex | 8F | 60 | F | 0 | 21 | 5A | 2C | 26 | 51 | 1F |
| Octal | 217 | 140 | 17 | 0 | 41 | 132 | 54 | 46 | 121 | 37 |
| Binary | 10001111 | 1100000 | 1111 | 0 | 100001 | 1011010 | 101100 | 100110 | 1010001 | 11111 |
Color Harmonies of #8F600F
Complementary color
Monochromatic Colors of #8F600F
Black with #8F600F
Text Example
Text Example
White with #8F600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F600F; }
p { color: rgb(143,96,15); }
H1.HeaderClassName
{
color: #8F600F;
}
.AnyTagClassName
{
color: #8F600F;
}
</style>
background-color css
<style>
a { background-color: #8F600F; }
a { background-color: rgb(143,96,15); }
div.DivClassName
{
background-color: #8F600F;
}
.BgClassName
{
background-color: #8F600F;
}
</style>
border-color css
<style>
span { border-color: #8F600F; }
span { border-color: rgb(143,96,15); }
td.TdClassName
{
border-color: #8F600F;
}
.TagClassName
{
border-color: #8F600F;
}
</style>