Shades of Golden Brown #91641E
Tints of Golden Brown #91641E
RGB
CMYK
RGB Variations
Color information
#91641E (or 0x91641E) is known color: Golden Brown. HEX triplet: 91, 64 and 1E. RGB value is (145,100,30). Sum of RGB (Red+Green+Blue) = 145+100+30=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91641E is #6E9BE1. Grayscale: #696969. Windows color (decimal): -7248866 or 1991825. OLE color: 1991825.
HSL color Cylindrical-coordinate representation of color #91641E: hue angle of 36.52º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91641E is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 100 | 30 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.43 |
| HSL | 36.52º | 0.66% | 0.34% | - |
| HSV(B) | 36.52º | 0.79% | 0.57% | - |
| XYZ | 16.47 | 15.23 | 3.3 | - |
| YUV | 105.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 30 | 0 | 0.31 | 0.79 | 0.43 | 36.52 | 0.66 | 0.34 |
| Hex | 91 | 64 | 1E | 0 | 1F | 4F | 2B | 25 | 42 | 22 |
| Octal | 221 | 144 | 36 | 0 | 37 | 117 | 53 | 45 | 102 | 42 |
| Binary | 10010001 | 1100100 | 11110 | 0 | 11111 | 1001111 | 101011 | 100101 | 1000010 | 100010 |
Color Harmonies of #91641E
Complementary color
Monochromatic Colors of #91641E
Black with #91641E
Text Example
Text Example
White with #91641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91641E; }
p { color: rgb(145,100,30); }
H1.HeaderClassName
{
color: #91641E;
}
.AnyTagClassName
{
color: #91641E;
}
</style>
background-color css
<style>
a { background-color: #91641E; }
a { background-color: rgb(145,100,30); }
div.DivClassName
{
background-color: #91641E;
}
.BgClassName
{
background-color: #91641E;
}
</style>
border-color css
<style>
span { border-color: #91641E; }
span { border-color: rgb(145,100,30); }
td.TdClassName
{
border-color: #91641E;
}
.TagClassName
{
border-color: #91641E;
}
</style>