Shades of Golden Brown #916C06
Tints of Golden Brown #916C06
RGB
CMYK
RGB Variations
Color information
#916C06 (or 0x916C06) is known color: Golden Brown. HEX triplet: 91, 6C and 06. RGB value is (145,108,6). Sum of RGB (Red+Green+Blue) = 145+108+6=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #916C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916C06 is #6E93F9. Grayscale: #6B6B6B. Windows color (decimal): -7246842 or 421009. OLE color: 421009.
HSL color Cylindrical-coordinate representation of color #916C06: hue angle of 44.03º 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 #916C06 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 6 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.43 |
| HSL | 44.03º | 0.92% | 0.3% | - |
| HSV(B) | 44.03º | 0.96% | 0.57% | - |
| XYZ | 17.07 | 16.76 | 2.51 | - |
| YUV | 107.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 6 | 0 | 0.26 | 0.96 | 0.43 | 44.03 | 0.92 | 0.3 |
| Hex | 91 | 6C | 6 | 0 | 1A | 60 | 2B | 2C | 5C | 1E |
| Octal | 221 | 154 | 6 | 0 | 32 | 140 | 53 | 54 | 134 | 36 |
| Binary | 10010001 | 1101100 | 110 | 0 | 11010 | 1100000 | 101011 | 101100 | 1011100 | 11110 |
Color Harmonies of #916C06
Complementary color
Monochromatic Colors of #916C06
Black with #916C06
Text Example
Text Example
White with #916C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C06; }
p { color: rgb(145,108,6); }
H1.HeaderClassName
{
color: #916C06;
}
.AnyTagClassName
{
color: #916C06;
}
</style>
background-color css
<style>
a { background-color: #916C06; }
a { background-color: rgb(145,108,6); }
div.DivClassName
{
background-color: #916C06;
}
.BgClassName
{
background-color: #916C06;
}
</style>
border-color css
<style>
span { border-color: #916C06; }
span { border-color: rgb(145,108,6); }
td.TdClassName
{
border-color: #916C06;
}
.TagClassName
{
border-color: #916C06;
}
</style>