Shades of Golden Brown #91610B
Tints of Golden Brown #91610B
RGB
CMYK
RGB Variations
Color information
#91610B (or 0x91610B) is known color: Golden Brown. HEX triplet: 91, 61 and 0B. RGB value is (145,97,11). Sum of RGB (Red+Green+Blue) = 145+97+11=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #91610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91610B is #6E9EF4. Grayscale: #656565. Windows color (decimal): -7249653 or 745873. OLE color: 745873.
HSL color Cylindrical-coordinate representation of color #91610B: hue angle of 38.51º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91610B is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 11 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.43 |
| HSL | 38.51º | 0.86% | 0.31% | - |
| HSV(B) | 38.51º | 0.92% | 0.57% | - |
| XYZ | 16.01 | 14.59 | 2.29 | - |
| YUV | 101.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 11 | 0 | 0.33 | 0.92 | 0.43 | 38.51 | 0.86 | 0.31 |
| Hex | 91 | 61 | B | 0 | 21 | 5C | 2B | 27 | 56 | 1F |
| Octal | 221 | 141 | 13 | 0 | 41 | 134 | 53 | 47 | 126 | 37 |
| Binary | 10010001 | 1100001 | 1011 | 0 | 100001 | 1011100 | 101011 | 100111 | 1010110 | 11111 |
Color Harmonies of #91610B
Complementary color
Monochromatic Colors of #91610B
Black with #91610B
Text Example
Text Example
White with #91610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91610B; }
p { color: rgb(145,97,11); }
H1.HeaderClassName
{
color: #91610B;
}
.AnyTagClassName
{
color: #91610B;
}
</style>
background-color css
<style>
a { background-color: #91610B; }
a { background-color: rgb(145,97,11); }
div.DivClassName
{
background-color: #91610B;
}
.BgClassName
{
background-color: #91610B;
}
</style>
border-color css
<style>
span { border-color: #91610B; }
span { border-color: rgb(145,97,11); }
td.TdClassName
{
border-color: #91610B;
}
.TagClassName
{
border-color: #91610B;
}
</style>