Shades of Golden Brown #916F16
Tints of Golden Brown #916F16
RGB
CMYK
RGB Variations
Color information
#916F16 (or 0x916F16) is known color: Golden Brown. HEX triplet: 91, 6F and 16. RGB value is (145,111,22). Sum of RGB (Red+Green+Blue) = 145+111+22=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #916F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916F16 is #6E90E9. Grayscale: #6F6F6F. Windows color (decimal): -7246058 or 1470353. OLE color: 1470353.
HSL color Cylindrical-coordinate representation of color #916F16: hue angle of 43.41º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #916F16 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 22 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.43 |
| HSL | 43.41º | 0.74% | 0.33% | - |
| HSV(B) | 43.41º | 0.85% | 0.57% | - |
| XYZ | 17.51 | 17.45 | 3.2 | - |
| YUV | 111.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 22 | 0 | 0.23 | 0.85 | 0.43 | 43.41 | 0.74 | 0.33 |
| Hex | 91 | 6F | 16 | 0 | 17 | 55 | 2B | 2B | 4A | 21 |
| Octal | 221 | 157 | 26 | 0 | 27 | 125 | 53 | 53 | 112 | 41 |
| Binary | 10010001 | 1101111 | 10110 | 0 | 10111 | 1010101 | 101011 | 101011 | 1001010 | 100001 |
Color Harmonies of #916F16
Complementary color
Monochromatic Colors of #916F16
Black with #916F16
Text Example
Text Example
White with #916F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F16; }
p { color: rgb(145,111,22); }
H1.HeaderClassName
{
color: #916F16;
}
.AnyTagClassName
{
color: #916F16;
}
</style>
background-color css
<style>
a { background-color: #916F16; }
a { background-color: rgb(145,111,22); }
div.DivClassName
{
background-color: #916F16;
}
.BgClassName
{
background-color: #916F16;
}
</style>
border-color css
<style>
span { border-color: #916F16; }
span { border-color: rgb(145,111,22); }
td.TdClassName
{
border-color: #916F16;
}
.TagClassName
{
border-color: #916F16;
}
</style>