Shades of Golden Brown #936112
Tints of Golden Brown #936112
RGB
CMYK
RGB Variations
Color information
#936112 (or 0x936112) is known color: Golden Brown. HEX triplet: 93, 61 and 12. RGB value is (147,97,18). Sum of RGB (Red+Green+Blue) = 147+97+18=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #936112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936112 is #6C9EED. Grayscale: #676767. Windows color (decimal): -7118574 or 1204627. OLE color: 1204627.
HSL color Cylindrical-coordinate representation of color #936112: hue angle of 36.74º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #936112 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 18 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.42 |
| HSL | 36.74º | 0.78% | 0.32% | - |
| HSV(B) | 36.74º | 0.88% | 0.58% | - |
| XYZ | 16.42 | 14.8 | 2.56 | - |
| YUV | 102.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 18 | 0 | 0.34 | 0.88 | 0.42 | 36.74 | 0.78 | 0.32 |
| Hex | 93 | 61 | 12 | 0 | 22 | 58 | 2A | 25 | 4E | 20 |
| Octal | 223 | 141 | 22 | 0 | 42 | 130 | 52 | 45 | 116 | 40 |
| Binary | 10010011 | 1100001 | 10010 | 0 | 100010 | 1011000 | 101010 | 100101 | 1001110 | 100000 |
Color Harmonies of #936112
Complementary color
Monochromatic Colors of #936112
Black with #936112
Text Example
Text Example
White with #936112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936112; }
p { color: rgb(147,97,18); }
H1.HeaderClassName
{
color: #936112;
}
.AnyTagClassName
{
color: #936112;
}
</style>
background-color css
<style>
a { background-color: #936112; }
a { background-color: rgb(147,97,18); }
div.DivClassName
{
background-color: #936112;
}
.BgClassName
{
background-color: #936112;
}
</style>
border-color css
<style>
span { border-color: #936112; }
span { border-color: rgb(147,97,18); }
td.TdClassName
{
border-color: #936112;
}
.TagClassName
{
border-color: #936112;
}
</style>