Shades of Golden Brown #8F6711
Tints of Golden Brown #8F6711
RGB
CMYK
RGB Variations
Color information
#8F6711 (or 0x8F6711) is known color: Golden Brown. HEX triplet: 8F, 67 and 11. RGB value is (143,103,17). Sum of RGB (Red+Green+Blue) = 143+103+17=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6711 is #7098EE. Grayscale: #696969. Windows color (decimal): -7379183 or 1140623. OLE color: 1140623.
HSL color Cylindrical-coordinate representation of color #8F6711: hue angle of 40.95º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F6711 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 17 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.44 |
| HSL | 40.95º | 0.79% | 0.31% | - |
| HSV(B) | 40.95º | 0.88% | 0.56% | - |
| XYZ | 16.28 | 15.58 | 2.68 | - |
| YUV | 105.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 17 | 0 | 0.28 | 0.88 | 0.44 | 40.95 | 0.79 | 0.31 |
| Hex | 8F | 67 | 11 | 0 | 1C | 58 | 2C | 29 | 4F | 1F |
| Octal | 217 | 147 | 21 | 0 | 34 | 130 | 54 | 51 | 117 | 37 |
| Binary | 10001111 | 1100111 | 10001 | 0 | 11100 | 1011000 | 101100 | 101001 | 1001111 | 11111 |
Color Harmonies of #8F6711
Complementary color
Monochromatic Colors of #8F6711
Black with #8F6711
Text Example
Text Example
White with #8F6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6711; }
p { color: rgb(143,103,17); }
H1.HeaderClassName
{
color: #8F6711;
}
.AnyTagClassName
{
color: #8F6711;
}
</style>
background-color css
<style>
a { background-color: #8F6711; }
a { background-color: rgb(143,103,17); }
div.DivClassName
{
background-color: #8F6711;
}
.BgClassName
{
background-color: #8F6711;
}
</style>
border-color css
<style>
span { border-color: #8F6711; }
span { border-color: rgb(143,103,17); }
td.TdClassName
{
border-color: #8F6711;
}
.TagClassName
{
border-color: #8F6711;
}
</style>