Shades of Golden Brown #91660D
Tints of Golden Brown #91660D
RGB
CMYK
RGB Variations
Color information
#91660D (or 0x91660D) is known color: Golden Brown. HEX triplet: 91, 66 and 0D. RGB value is (145,102,13). Sum of RGB (Red+Green+Blue) = 145+102+13=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #91660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91660D is #6E99F2. Grayscale: #696969. Windows color (decimal): -7248371 or 878225. OLE color: 878225.
HSL color Cylindrical-coordinate representation of color #91660D: hue angle of 40.45º 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 #91660D is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 13 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.43 |
| HSL | 40.45º | 0.84% | 0.31% | - |
| HSV(B) | 40.45º | 0.91% | 0.57% | - |
| XYZ | 16.5 | 15.55 | 2.51 | - |
| YUV | 104.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 13 | 0 | 0.30 | 0.91 | 0.43 | 40.45 | 0.84 | 0.31 |
| Hex | 91 | 66 | D | 0 | 1E | 5B | 2B | 28 | 54 | 1F |
| Octal | 221 | 146 | 15 | 0 | 36 | 133 | 53 | 50 | 124 | 37 |
| Binary | 10010001 | 1100110 | 1101 | 0 | 11110 | 1011011 | 101011 | 101000 | 1010100 | 11111 |
Color Harmonies of #91660D
Complementary color
Monochromatic Colors of #91660D
Black with #91660D
Text Example
Text Example
White with #91660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91660D; }
p { color: rgb(145,102,13); }
H1.HeaderClassName
{
color: #91660D;
}
.AnyTagClassName
{
color: #91660D;
}
</style>
background-color css
<style>
a { background-color: #91660D; }
a { background-color: rgb(145,102,13); }
div.DivClassName
{
background-color: #91660D;
}
.BgClassName
{
background-color: #91660D;
}
</style>
border-color css
<style>
span { border-color: #91660D; }
span { border-color: rgb(145,102,13); }
td.TdClassName
{
border-color: #91660D;
}
.TagClassName
{
border-color: #91660D;
}
</style>