Shades of Golden Brown #936E0B
Tints of Golden Brown #936E0B
RGB
CMYK
RGB Variations
Color information
#936E0B (or 0x936E0B) is known color: Golden Brown. HEX triplet: 93, 6E and 0B. RGB value is (147,110,11). Sum of RGB (Red+Green+Blue) = 147+110+11=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #936E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936E0B is #6C91F4. Grayscale: #6E6E6E. Windows color (decimal): -7115253 or 749203. OLE color: 749203.
HSL color Cylindrical-coordinate representation of color #936E0B: hue angle of 43.68º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #936E0B is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 11 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.42 |
| HSL | 43.68º | 0.86% | 0.31% | - |
| HSV(B) | 43.68º | 0.93% | 0.58% | - |
| XYZ | 17.67 | 17.38 | 2.74 | - |
| YUV | 109.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 11 | 0 | 0.25 | 0.93 | 0.42 | 43.68 | 0.86 | 0.31 |
| Hex | 93 | 6E | B | 0 | 19 | 5D | 2A | 2C | 56 | 1F |
| Octal | 223 | 156 | 13 | 0 | 31 | 135 | 52 | 54 | 126 | 37 |
| Binary | 10010011 | 1101110 | 1011 | 0 | 11001 | 1011101 | 101010 | 101100 | 1010110 | 11111 |
Color Harmonies of #936E0B
Complementary color
Monochromatic Colors of #936E0B
Black with #936E0B
Text Example
Text Example
White with #936E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E0B; }
p { color: rgb(147,110,11); }
H1.HeaderClassName
{
color: #936E0B;
}
.AnyTagClassName
{
color: #936E0B;
}
</style>
background-color css
<style>
a { background-color: #936E0B; }
a { background-color: rgb(147,110,11); }
div.DivClassName
{
background-color: #936E0B;
}
.BgClassName
{
background-color: #936E0B;
}
</style>
border-color css
<style>
span { border-color: #936E0B; }
span { border-color: rgb(147,110,11); }
td.TdClassName
{
border-color: #936E0B;
}
.TagClassName
{
border-color: #936E0B;
}
</style>