Shades of Golden Brown #936E00
Tints of Golden Brown #936E00
RGB
CMYK
RGB Variations
Color information
#936E00 (or 0x936E00) is known color: Golden Brown. HEX triplet: 93, 6E and 00. RGB value is (147,110,0). Sum of RGB (Red+Green+Blue) = 147+110+0=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #936E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936E00 is #6C91FF. Grayscale: #6D6D6D. Windows color (decimal): -7115264 or 28307. OLE color: 28307.
HSL color Cylindrical-coordinate representation of color #936E00: hue angle of 44.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #936E00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.42 |
| HSL | 44.9º | 1% | 0.29% | - |
| HSV(B) | 44.9º | 1% | 0.58% | - |
| XYZ | 17.61 | 17.35 | 2.42 | - |
| YUV | 108.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 0 | 0 | 0.25 | 1 | 0.42 | 44.9 | 1 | 0.29 |
| Hex | 93 | 6E | 0 | 0 | 19 | 64 | 2A | 2D | 64 | 1D |
| Octal | 223 | 156 | 0 | 0 | 31 | 144 | 52 | 55 | 144 | 35 |
| Binary | 10010011 | 1101110 | 0 | 0 | 11001 | 1100100 | 101010 | 101101 | 1100100 | 11101 |
Color Harmonies of #936E00
Complementary color
Monochromatic Colors of #936E00
Black with #936E00
Text Example
Text Example
White with #936E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E00; }
p { color: rgb(147,110,0); }
H1.HeaderClassName
{
color: #936E00;
}
.AnyTagClassName
{
color: #936E00;
}
</style>
background-color css
<style>
a { background-color: #936E00; }
a { background-color: rgb(147,110,0); }
div.DivClassName
{
background-color: #936E00;
}
.BgClassName
{
background-color: #936E00;
}
</style>
border-color css
<style>
span { border-color: #936E00; }
span { border-color: rgb(147,110,0); }
td.TdClassName
{
border-color: #936E00;
}
.TagClassName
{
border-color: #936E00;
}
</style>