Shades of Golden Brown #8F6B05
Tints of Golden Brown #8F6B05
RGB
CMYK
RGB Variations
Color information
#8F6B05 (or 0x8F6B05) is known color: Golden Brown. HEX triplet: 8F, 6B and 05. RGB value is (143,107,5). Sum of RGB (Red+Green+Blue) = 143+107+5=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6B05 is #7094FA. Grayscale: #6A6A6A. Windows color (decimal): -7378171 or 355215. OLE color: 355215.
HSL color Cylindrical-coordinate representation of color #8F6B05: hue angle of 44.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F6B05 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 107 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.44 |
| HSL | 44.35º | 0.93% | 0.29% | - |
| HSV(B) | 44.35º | 0.97% | 0.56% | - |
| XYZ | 16.61 | 16.37 | 2.43 | - |
| YUV | 106.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 5 | 0 | 0.25 | 0.97 | 0.44 | 44.35 | 0.93 | 0.29 |
| Hex | 8F | 6B | 5 | 0 | 19 | 61 | 2C | 2C | 5D | 1D |
| Octal | 217 | 153 | 5 | 0 | 31 | 141 | 54 | 54 | 135 | 35 |
| Binary | 10001111 | 1101011 | 101 | 0 | 11001 | 1100001 | 101100 | 101100 | 1011101 | 11101 |
Color Harmonies of #8F6B05
Complementary color
Monochromatic Colors of #8F6B05
Black with #8F6B05
Text Example
Text Example
White with #8F6B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6B05; }
p { color: rgb(143,107,5); }
H1.HeaderClassName
{
color: #8F6B05;
}
.AnyTagClassName
{
color: #8F6B05;
}
</style>
background-color css
<style>
a { background-color: #8F6B05; }
a { background-color: rgb(143,107,5); }
div.DivClassName
{
background-color: #8F6B05;
}
.BgClassName
{
background-color: #8F6B05;
}
</style>
border-color css
<style>
span { border-color: #8F6B05; }
span { border-color: rgb(143,107,5); }
td.TdClassName
{
border-color: #8F6B05;
}
.TagClassName
{
border-color: #8F6B05;
}
</style>