Shades of Golden Brown #91610C
Tints of Golden Brown #91610C
RGB
CMYK
RGB Variations
Color information
#91610C (or 0x91610C) is known color: Golden Brown. HEX triplet: 91, 61 and 0C. RGB value is (145,97,12). Sum of RGB (Red+Green+Blue) = 145+97+12=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #91610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91610C is #6E9EF3. Grayscale: #666666. Windows color (decimal): -7249652 or 811409. OLE color: 811409.
HSL color Cylindrical-coordinate representation of color #91610C: hue angle of 38.35º degrees, saturation: 0.85, 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 #91610C is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 12 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.43 |
| HSL | 38.35º | 0.85% | 0.31% | - |
| HSV(B) | 38.35º | 0.92% | 0.57% | - |
| XYZ | 16.02 | 14.6 | 2.32 | - |
| YUV | 101.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 12 | 0 | 0.33 | 0.92 | 0.43 | 38.35 | 0.85 | 0.31 |
| Hex | 91 | 61 | C | 0 | 21 | 5C | 2B | 26 | 55 | 1F |
| Octal | 221 | 141 | 14 | 0 | 41 | 134 | 53 | 46 | 125 | 37 |
| Binary | 10010001 | 1100001 | 1100 | 0 | 100001 | 1011100 | 101011 | 100110 | 1010101 | 11111 |
Color Harmonies of #91610C
Complementary color
Monochromatic Colors of #91610C
Black with #91610C
Text Example
Text Example
White with #91610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91610C; }
p { color: rgb(145,97,12); }
H1.HeaderClassName
{
color: #91610C;
}
.AnyTagClassName
{
color: #91610C;
}
</style>
background-color css
<style>
a { background-color: #91610C; }
a { background-color: rgb(145,97,12); }
div.DivClassName
{
background-color: #91610C;
}
.BgClassName
{
background-color: #91610C;
}
</style>
border-color css
<style>
span { border-color: #91610C; }
span { border-color: rgb(145,97,12); }
td.TdClassName
{
border-color: #91610C;
}
.TagClassName
{
border-color: #91610C;
}
</style>