Shades of Golden Brown #91600F
Tints of Golden Brown #91600F
RGB
CMYK
RGB Variations
Color information
#91600F (or 0x91600F) is known color: Golden Brown. HEX triplet: 91, 60 and 0F. RGB value is (145,96,15). Sum of RGB (Red+Green+Blue) = 145+96+15=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #91600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91600F is #6E9FF0. Grayscale: #656565. Windows color (decimal): -7249905 or 1007761. OLE color: 1007761.
HSL color Cylindrical-coordinate representation of color #91600F: hue angle of 37.38º 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 #91600F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 15 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.43 |
| HSL | 37.38º | 0.81% | 0.31% | - |
| HSV(B) | 37.38º | 0.9% | 0.57% | - |
| XYZ | 15.95 | 14.42 | 2.39 | - |
| YUV | 101.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 15 | 0 | 0.34 | 0.90 | 0.43 | 37.38 | 0.81 | 0.31 |
| Hex | 91 | 60 | F | 0 | 22 | 5A | 2B | 25 | 51 | 1F |
| Octal | 221 | 140 | 17 | 0 | 42 | 132 | 53 | 45 | 121 | 37 |
| Binary | 10010001 | 1100000 | 1111 | 0 | 100010 | 1011010 | 101011 | 100101 | 1010001 | 11111 |
Color Harmonies of #91600F
Complementary color
Monochromatic Colors of #91600F
Black with #91600F
Text Example
Text Example
White with #91600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91600F; }
p { color: rgb(145,96,15); }
H1.HeaderClassName
{
color: #91600F;
}
.AnyTagClassName
{
color: #91600F;
}
</style>
background-color css
<style>
a { background-color: #91600F; }
a { background-color: rgb(145,96,15); }
div.DivClassName
{
background-color: #91600F;
}
.BgClassName
{
background-color: #91600F;
}
</style>
border-color css
<style>
span { border-color: #91600F; }
span { border-color: rgb(145,96,15); }
td.TdClassName
{
border-color: #91600F;
}
.TagClassName
{
border-color: #91600F;
}
</style>