Shades of Golden Brown #91601B
Tints of Golden Brown #91601B
RGB
CMYK
RGB Variations
Color information
#91601B (or 0x91601B) is known color: Golden Brown. HEX triplet: 91, 60 and 1B. RGB value is (145,96,27). Sum of RGB (Red+Green+Blue) = 145+96+27=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #91601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91601B is #6E9FE4. Grayscale: #676767. Windows color (decimal): -7249893 or 1794193. OLE color: 1794193.
HSL color Cylindrical-coordinate representation of color #91601B: hue angle of 35.08º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91601B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 27 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.43 |
| HSL | 35.08º | 0.69% | 0.34% | - |
| HSV(B) | 35.08º | 0.81% | 0.57% | - |
| XYZ | 16.06 | 14.46 | 2.98 | - |
| YUV | 102.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 27 | 0 | 0.34 | 0.81 | 0.43 | 35.08 | 0.69 | 0.34 |
| Hex | 91 | 60 | 1B | 0 | 22 | 51 | 2B | 23 | 45 | 22 |
| Octal | 221 | 140 | 33 | 0 | 42 | 121 | 53 | 43 | 105 | 42 |
| Binary | 10010001 | 1100000 | 11011 | 0 | 100010 | 1010001 | 101011 | 100011 | 1000101 | 100010 |
Color Harmonies of #91601B
Complementary color
Monochromatic Colors of #91601B
Black with #91601B
Text Example
Text Example
White with #91601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91601B; }
p { color: rgb(145,96,27); }
H1.HeaderClassName
{
color: #91601B;
}
.AnyTagClassName
{
color: #91601B;
}
</style>
background-color css
<style>
a { background-color: #91601B; }
a { background-color: rgb(145,96,27); }
div.DivClassName
{
background-color: #91601B;
}
.BgClassName
{
background-color: #91601B;
}
</style>
border-color css
<style>
span { border-color: #91601B; }
span { border-color: rgb(145,96,27); }
td.TdClassName
{
border-color: #91601B;
}
.TagClassName
{
border-color: #91601B;
}
</style>