Shades of Golden Brown #916F06
Tints of Golden Brown #916F06
RGB
CMYK
RGB Variations
Color information
#916F06 (or 0x916F06) is known color: Golden Brown. HEX triplet: 91, 6F and 06. RGB value is (145,111,6). Sum of RGB (Red+Green+Blue) = 145+111+6=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #916F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916F06 is #6E90F9. Grayscale: #6D6D6D. Windows color (decimal): -7246074 or 421777. OLE color: 421777.
HSL color Cylindrical-coordinate representation of color #916F06: hue angle of 45.32º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #916F06 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 6 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.43 |
| HSL | 45.32º | 0.92% | 0.3% | - |
| HSV(B) | 45.32º | 0.96% | 0.57% | - |
| XYZ | 17.39 | 17.4 | 2.61 | - |
| YUV | 109.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 6 | 0 | 0.23 | 0.96 | 0.43 | 45.32 | 0.92 | 0.3 |
| Hex | 91 | 6F | 6 | 0 | 17 | 60 | 2B | 2D | 5C | 1E |
| Octal | 221 | 157 | 6 | 0 | 27 | 140 | 53 | 55 | 134 | 36 |
| Binary | 10010001 | 1101111 | 110 | 0 | 10111 | 1100000 | 101011 | 101101 | 1011100 | 11110 |
Color Harmonies of #916F06
Complementary color
Monochromatic Colors of #916F06
Black with #916F06
Text Example
Text Example
White with #916F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F06; }
p { color: rgb(145,111,6); }
H1.HeaderClassName
{
color: #916F06;
}
.AnyTagClassName
{
color: #916F06;
}
</style>
background-color css
<style>
a { background-color: #916F06; }
a { background-color: rgb(145,111,6); }
div.DivClassName
{
background-color: #916F06;
}
.BgClassName
{
background-color: #916F06;
}
</style>
border-color css
<style>
span { border-color: #916F06; }
span { border-color: rgb(145,111,6); }
td.TdClassName
{
border-color: #916F06;
}
.TagClassName
{
border-color: #916F06;
}
</style>