Shades of Golden Brown #916004
Tints of Golden Brown #916004
RGB
CMYK
RGB Variations
Color information
#916004 (or 0x916004) is known color: Golden Brown. HEX triplet: 91, 60 and 04. RGB value is (145,96,4). Sum of RGB (Red+Green+Blue) = 145+96+4=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #916004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916004 is #6E9FFB. Grayscale: #646464. Windows color (decimal): -7249916 or 286865. OLE color: 286865.
HSL color Cylindrical-coordinate representation of color #916004: hue angle of 39.15º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #916004 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 4 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.43 |
| HSL | 39.15º | 0.95% | 0.29% | - |
| HSV(B) | 39.15º | 0.97% | 0.57% | - |
| XYZ | 15.88 | 14.39 | 2.06 | - |
| YUV | 100.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 4 | 0 | 0.34 | 0.97 | 0.43 | 39.15 | 0.95 | 0.29 |
| Hex | 91 | 60 | 4 | 0 | 22 | 61 | 2B | 27 | 5F | 1D |
| Octal | 221 | 140 | 4 | 0 | 42 | 141 | 53 | 47 | 137 | 35 |
| Binary | 10010001 | 1100000 | 100 | 0 | 100010 | 1100001 | 101011 | 100111 | 1011111 | 11101 |
Color Harmonies of #916004
Complementary color
Monochromatic Colors of #916004
Black with #916004
Text Example
Text Example
White with #916004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916004; }
p { color: rgb(145,96,4); }
H1.HeaderClassName
{
color: #916004;
}
.AnyTagClassName
{
color: #916004;
}
</style>
background-color css
<style>
a { background-color: #916004; }
a { background-color: rgb(145,96,4); }
div.DivClassName
{
background-color: #916004;
}
.BgClassName
{
background-color: #916004;
}
</style>
border-color css
<style>
span { border-color: #916004; }
span { border-color: rgb(145,96,4); }
td.TdClassName
{
border-color: #916004;
}
.TagClassName
{
border-color: #916004;
}
</style>