Shades of Golden Brown #936A11
Tints of Golden Brown #936A11
RGB
CMYK
RGB Variations
Color information
#936A11 (or 0x936A11) is known color: Golden Brown. HEX triplet: 93, 6A and 11. RGB value is (147,106,17). Sum of RGB (Red+Green+Blue) = 147+106+17=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #936A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936A11 is #6C95EE. Grayscale: #6C6C6C. Windows color (decimal): -7116271 or 1141395. OLE color: 1141395.
HSL color Cylindrical-coordinate representation of color #936A11: hue angle of 41.08º degrees, saturation: 0.79, 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 #936A11 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 17 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.42 |
| HSL | 41.08º | 0.79% | 0.32% | - |
| HSV(B) | 41.08º | 0.88% | 0.58% | - |
| XYZ | 17.29 | 16.55 | 2.81 | - |
| YUV | 108.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 17 | 0 | 0.28 | 0.88 | 0.42 | 41.08 | 0.79 | 0.32 |
| Hex | 93 | 6A | 11 | 0 | 1C | 58 | 2A | 29 | 4F | 20 |
| Octal | 223 | 152 | 21 | 0 | 34 | 130 | 52 | 51 | 117 | 40 |
| Binary | 10010011 | 1101010 | 10001 | 0 | 11100 | 1011000 | 101010 | 101001 | 1001111 | 100000 |
Color Harmonies of #936A11
Complementary color
Monochromatic Colors of #936A11
Black with #936A11
Text Example
Text Example
White with #936A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A11; }
p { color: rgb(147,106,17); }
H1.HeaderClassName
{
color: #936A11;
}
.AnyTagClassName
{
color: #936A11;
}
</style>
background-color css
<style>
a { background-color: #936A11; }
a { background-color: rgb(147,106,17); }
div.DivClassName
{
background-color: #936A11;
}
.BgClassName
{
background-color: #936A11;
}
</style>
border-color css
<style>
span { border-color: #936A11; }
span { border-color: rgb(147,106,17); }
td.TdClassName
{
border-color: #936A11;
}
.TagClassName
{
border-color: #936A11;
}
</style>