Shades of Golden Brown #916501
Tints of Golden Brown #916501
RGB
CMYK
RGB Variations
Color information
#916501 (or 0x916501) is known color: Golden Brown. HEX triplet: 91, 65 and 01. RGB value is (145,101,1). Sum of RGB (Red+Green+Blue) = 145+101+1=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #916501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916501 is #6E9AFE. Grayscale: #676767. Windows color (decimal): -7248639 or 91537. OLE color: 91537.
HSL color Cylindrical-coordinate representation of color #916501: hue angle of 41.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #916501 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.43 |
| HSL | 41.67º | 0.99% | 0.29% | - |
| HSV(B) | 41.67º | 0.99% | 0.57% | - |
| XYZ | 16.34 | 15.33 | 2.13 | - |
| YUV | 102.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 1 | 0 | 0.30 | 0.99 | 0.43 | 41.67 | 0.99 | 0.29 |
| Hex | 91 | 65 | 1 | 0 | 1E | 63 | 2B | 2A | 63 | 1D |
| Octal | 221 | 145 | 1 | 0 | 36 | 143 | 53 | 52 | 143 | 35 |
| Binary | 10010001 | 1100101 | 1 | 0 | 11110 | 1100011 | 101011 | 101010 | 1100011 | 11101 |
Color Harmonies of #916501
Complementary color
Monochromatic Colors of #916501
Black with #916501
Text Example
Text Example
White with #916501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916501; }
p { color: rgb(145,101,1); }
H1.HeaderClassName
{
color: #916501;
}
.AnyTagClassName
{
color: #916501;
}
</style>
background-color css
<style>
a { background-color: #916501; }
a { background-color: rgb(145,101,1); }
div.DivClassName
{
background-color: #916501;
}
.BgClassName
{
background-color: #916501;
}
</style>
border-color css
<style>
span { border-color: #916501; }
span { border-color: rgb(145,101,1); }
td.TdClassName
{
border-color: #916501;
}
.TagClassName
{
border-color: #916501;
}
</style>