Shades of Golden Brown #91610D
Tints of Golden Brown #91610D
RGB
CMYK
RGB Variations
Color information
#91610D (or 0x91610D) is known color: Golden Brown. HEX triplet: 91, 61 and 0D. RGB value is (145,97,13). Sum of RGB (Red+Green+Blue) = 145+97+13=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #91610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91610D is #6E9EF2. Grayscale: #666666. Windows color (decimal): -7249651 or 876945. OLE color: 876945.
HSL color Cylindrical-coordinate representation of color #91610D: hue angle of 38.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91610D is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 13 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.43 |
| HSL | 38.18º | 0.84% | 0.31% | - |
| HSV(B) | 38.18º | 0.91% | 0.57% | - |
| XYZ | 16.02 | 14.6 | 2.35 | - |
| YUV | 101.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 13 | 0 | 0.33 | 0.91 | 0.43 | 38.18 | 0.84 | 0.31 |
| Hex | 91 | 61 | D | 0 | 21 | 5B | 2B | 26 | 54 | 1F |
| Octal | 221 | 141 | 15 | 0 | 41 | 133 | 53 | 46 | 124 | 37 |
| Binary | 10010001 | 1100001 | 1101 | 0 | 100001 | 1011011 | 101011 | 100110 | 1010100 | 11111 |
Color Harmonies of #91610D
Complementary color
Monochromatic Colors of #91610D
Black with #91610D
Text Example
Text Example
White with #91610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91610D; }
p { color: rgb(145,97,13); }
H1.HeaderClassName
{
color: #91610D;
}
.AnyTagClassName
{
color: #91610D;
}
</style>
background-color css
<style>
a { background-color: #91610D; }
a { background-color: rgb(145,97,13); }
div.DivClassName
{
background-color: #91610D;
}
.BgClassName
{
background-color: #91610D;
}
</style>
border-color css
<style>
span { border-color: #91610D; }
span { border-color: rgb(145,97,13); }
td.TdClassName
{
border-color: #91610D;
}
.TagClassName
{
border-color: #91610D;
}
</style>