Shades of Golden Brown #916808
Tints of Golden Brown #916808
RGB
CMYK
RGB Variations
Color information
#916808 (or 0x916808) is known color: Golden Brown. HEX triplet: 91, 68 and 08. RGB value is (145,104,8). Sum of RGB (Red+Green+Blue) = 145+104+8=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #916808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916808 is #6E97F7. Grayscale: #696969. Windows color (decimal): -7247864 or 551057. OLE color: 551057.
HSL color Cylindrical-coordinate representation of color #916808: hue angle of 42.04º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #916808 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 8 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.43 |
| HSL | 42.04º | 0.9% | 0.3% | - |
| HSV(B) | 42.04º | 0.94% | 0.57% | - |
| XYZ | 16.67 | 15.94 | 2.43 | - |
| YUV | 105.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 8 | 0 | 0.28 | 0.94 | 0.43 | 42.04 | 0.9 | 0.3 |
| Hex | 91 | 68 | 8 | 0 | 1C | 5E | 2B | 2A | 5A | 1E |
| Octal | 221 | 150 | 10 | 0 | 34 | 136 | 53 | 52 | 132 | 36 |
| Binary | 10010001 | 1101000 | 1000 | 0 | 11100 | 1011110 | 101011 | 101010 | 1011010 | 11110 |
Color Harmonies of #916808
Complementary color
Monochromatic Colors of #916808
Black with #916808
Text Example
Text Example
White with #916808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916808; }
p { color: rgb(145,104,8); }
H1.HeaderClassName
{
color: #916808;
}
.AnyTagClassName
{
color: #916808;
}
</style>
background-color css
<style>
a { background-color: #916808; }
a { background-color: rgb(145,104,8); }
div.DivClassName
{
background-color: #916808;
}
.BgClassName
{
background-color: #916808;
}
</style>
border-color css
<style>
span { border-color: #916808; }
span { border-color: rgb(145,104,8); }
td.TdClassName
{
border-color: #916808;
}
.TagClassName
{
border-color: #916808;
}
</style>