Shades of Golden Brown #916502
Tints of Golden Brown #916502
RGB
CMYK
RGB Variations
Color information
#916502 (or 0x916502) is known color: Golden Brown. HEX triplet: 91, 65 and 02. RGB value is (145,101,2). Sum of RGB (Red+Green+Blue) = 145+101+2=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #916502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916502 is #6E9AFD. Grayscale: #676767. Windows color (decimal): -7248638 or 157073. OLE color: 157073.
HSL color Cylindrical-coordinate representation of color #916502: hue angle of 41.54º degrees, saturation: 0.97, 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 #916502 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.43 |
| HSL | 41.54º | 0.97% | 0.29% | - |
| HSV(B) | 41.54º | 0.99% | 0.57% | - |
| XYZ | 16.34 | 15.33 | 2.16 | - |
| YUV | 102.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 2 | 0 | 0.30 | 0.99 | 0.43 | 41.54 | 0.97 | 0.29 |
| Hex | 91 | 65 | 2 | 0 | 1E | 63 | 2B | 2A | 61 | 1D |
| Octal | 221 | 145 | 2 | 0 | 36 | 143 | 53 | 52 | 141 | 35 |
| Binary | 10010001 | 1100101 | 10 | 0 | 11110 | 1100011 | 101011 | 101010 | 1100001 | 11101 |
Color Harmonies of #916502
Complementary color
Monochromatic Colors of #916502
Black with #916502
Text Example
Text Example
White with #916502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916502; }
p { color: rgb(145,101,2); }
H1.HeaderClassName
{
color: #916502;
}
.AnyTagClassName
{
color: #916502;
}
</style>
background-color css
<style>
a { background-color: #916502; }
a { background-color: rgb(145,101,2); }
div.DivClassName
{
background-color: #916502;
}
.BgClassName
{
background-color: #916502;
}
</style>
border-color css
<style>
span { border-color: #916502; }
span { border-color: rgb(145,101,2); }
td.TdClassName
{
border-color: #916502;
}
.TagClassName
{
border-color: #916502;
}
</style>