Shades of Golden Brown #91610A
Tints of Golden Brown #91610A
RGB
CMYK
RGB Variations
Color information
#91610A (or 0x91610A) is known color: Golden Brown. HEX triplet: 91, 61 and 0A. RGB value is (145,97,10). Sum of RGB (Red+Green+Blue) = 145+97+10=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #91610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91610A is #6E9EF5. Grayscale: #656565. Windows color (decimal): -7249654 or 680337. OLE color: 680337.
HSL color Cylindrical-coordinate representation of color #91610A: hue angle of 38.67º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91610A is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 10 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.43 |
| HSL | 38.67º | 0.87% | 0.3% | - |
| HSV(B) | 38.67º | 0.93% | 0.57% | - |
| XYZ | 16.01 | 14.59 | 2.26 | - |
| YUV | 101.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 10 | 0 | 0.33 | 0.93 | 0.43 | 38.67 | 0.87 | 0.3 |
| Hex | 91 | 61 | A | 0 | 21 | 5D | 2B | 27 | 57 | 1E |
| Octal | 221 | 141 | 12 | 0 | 41 | 135 | 53 | 47 | 127 | 36 |
| Binary | 10010001 | 1100001 | 1010 | 0 | 100001 | 1011101 | 101011 | 100111 | 1010111 | 11110 |
Color Harmonies of #91610A
Complementary color
Monochromatic Colors of #91610A
Black with #91610A
Text Example
Text Example
White with #91610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91610A; }
p { color: rgb(145,97,10); }
H1.HeaderClassName
{
color: #91610A;
}
.AnyTagClassName
{
color: #91610A;
}
</style>
background-color css
<style>
a { background-color: #91610A; }
a { background-color: rgb(145,97,10); }
div.DivClassName
{
background-color: #91610A;
}
.BgClassName
{
background-color: #91610A;
}
</style>
border-color css
<style>
span { border-color: #91610A; }
span { border-color: rgb(145,97,10); }
td.TdClassName
{
border-color: #91610A;
}
.TagClassName
{
border-color: #91610A;
}
</style>