Shades of Golden Brown #916606
Tints of Golden Brown #916606
RGB
CMYK
RGB Variations
Color information
#916606 (or 0x916606) is known color: Golden Brown. HEX triplet: 91, 66 and 06. RGB value is (145,102,6). Sum of RGB (Red+Green+Blue) = 145+102+6=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #916606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916606 is #6E99F9. Grayscale: #686868. Windows color (decimal): -7248378 or 419473. OLE color: 419473.
HSL color Cylindrical-coordinate representation of color #916606: hue angle of 41.44º 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 #916606 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 6 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.43 |
| HSL | 41.44º | 0.92% | 0.3% | - |
| HSV(B) | 41.44º | 0.96% | 0.57% | - |
| XYZ | 16.46 | 15.54 | 2.3 | - |
| YUV | 103.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 6 | 0 | 0.30 | 0.96 | 0.43 | 41.44 | 0.92 | 0.3 |
| Hex | 91 | 66 | 6 | 0 | 1E | 60 | 2B | 29 | 5C | 1E |
| Octal | 221 | 146 | 6 | 0 | 36 | 140 | 53 | 51 | 134 | 36 |
| Binary | 10010001 | 1100110 | 110 | 0 | 11110 | 1100000 | 101011 | 101001 | 1011100 | 11110 |
Color Harmonies of #916606
Complementary color
Monochromatic Colors of #916606
Black with #916606
Text Example
Text Example
White with #916606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916606; }
p { color: rgb(145,102,6); }
H1.HeaderClassName
{
color: #916606;
}
.AnyTagClassName
{
color: #916606;
}
</style>
background-color css
<style>
a { background-color: #916606; }
a { background-color: rgb(145,102,6); }
div.DivClassName
{
background-color: #916606;
}
.BgClassName
{
background-color: #916606;
}
</style>
border-color css
<style>
span { border-color: #916606; }
span { border-color: rgb(145,102,6); }
td.TdClassName
{
border-color: #916606;
}
.TagClassName
{
border-color: #916606;
}
</style>