Shades of Golden Brown #91660F
Tints of Golden Brown #91660F
RGB
CMYK
RGB Variations
Color information
#91660F (or 0x91660F) is known color: Golden Brown. HEX triplet: 91, 66 and 0F. RGB value is (145,102,15). Sum of RGB (Red+Green+Blue) = 145+102+15=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #91660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91660F is #6E99F0. Grayscale: #696969. Windows color (decimal): -7248369 or 1009297. OLE color: 1009297.
HSL color Cylindrical-coordinate representation of color #91660F: hue angle of 40.15º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91660F is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 15 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.43 |
| HSL | 40.15º | 0.81% | 0.31% | - |
| HSV(B) | 40.15º | 0.9% | 0.57% | - |
| XYZ | 16.51 | 15.56 | 2.58 | - |
| YUV | 104.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 15 | 0 | 0.30 | 0.90 | 0.43 | 40.15 | 0.81 | 0.31 |
| Hex | 91 | 66 | F | 0 | 1E | 5A | 2B | 28 | 51 | 1F |
| Octal | 221 | 146 | 17 | 0 | 36 | 132 | 53 | 50 | 121 | 37 |
| Binary | 10010001 | 1100110 | 1111 | 0 | 11110 | 1011010 | 101011 | 101000 | 1010001 | 11111 |
Color Harmonies of #91660F
Complementary color
Monochromatic Colors of #91660F
Black with #91660F
Text Example
Text Example
White with #91660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91660F; }
p { color: rgb(145,102,15); }
H1.HeaderClassName
{
color: #91660F;
}
.AnyTagClassName
{
color: #91660F;
}
</style>
background-color css
<style>
a { background-color: #91660F; }
a { background-color: rgb(145,102,15); }
div.DivClassName
{
background-color: #91660F;
}
.BgClassName
{
background-color: #91660F;
}
</style>
border-color css
<style>
span { border-color: #91660F; }
span { border-color: rgb(145,102,15); }
td.TdClassName
{
border-color: #91660F;
}
.TagClassName
{
border-color: #91660F;
}
</style>