Shades of Golden Brown #8F6416
Tints of Golden Brown #8F6416
RGB
CMYK
RGB Variations
Color information
#8F6416 (or 0x8F6416) is known color: Golden Brown. HEX triplet: 8F, 64 and 16. RGB value is (143,100,22). Sum of RGB (Red+Green+Blue) = 143+100+22=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6416 is #709BE9. Grayscale: #686868. Windows color (decimal): -7379946 or 1467535. OLE color: 1467535.
HSL color Cylindrical-coordinate representation of color #8F6416: hue angle of 38.68º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F6416 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 22 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.44 |
| HSL | 38.68º | 0.73% | 0.32% | - |
| HSV(B) | 38.68º | 0.85% | 0.56% | - |
| XYZ | 16.03 | 15.01 | 2.81 | - |
| YUV | 103.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 22 | 0 | 0.30 | 0.85 | 0.44 | 38.68 | 0.73 | 0.32 |
| Hex | 8F | 64 | 16 | 0 | 1E | 55 | 2C | 27 | 49 | 20 |
| Octal | 217 | 144 | 26 | 0 | 36 | 125 | 54 | 47 | 111 | 40 |
| Binary | 10001111 | 1100100 | 10110 | 0 | 11110 | 1010101 | 101100 | 100111 | 1001001 | 100000 |
Color Harmonies of #8F6416
Complementary color
Monochromatic Colors of #8F6416
Black with #8F6416
Text Example
Text Example
White with #8F6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6416; }
p { color: rgb(143,100,22); }
H1.HeaderClassName
{
color: #8F6416;
}
.AnyTagClassName
{
color: #8F6416;
}
</style>
background-color css
<style>
a { background-color: #8F6416; }
a { background-color: rgb(143,100,22); }
div.DivClassName
{
background-color: #8F6416;
}
.BgClassName
{
background-color: #8F6416;
}
</style>
border-color css
<style>
span { border-color: #8F6416; }
span { border-color: rgb(143,100,22); }
td.TdClassName
{
border-color: #8F6416;
}
.TagClassName
{
border-color: #8F6416;
}
</style>