Shades of Golden Brown #936E1C
Tints of Golden Brown #936E1C
RGB
CMYK
RGB Variations
Color information
#936E1C (or 0x936E1C) is known color: Golden Brown. HEX triplet: 93, 6E and 1C. RGB value is (147,110,28). Sum of RGB (Red+Green+Blue) = 147+110+28=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #936E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936E1C is #6C91E3. Grayscale: #707070. Windows color (decimal): -7115236 or 1863315. OLE color: 1863315.
HSL color Cylindrical-coordinate representation of color #936E1C: hue angle of 41.34º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #936E1C is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 28 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.42 |
| HSL | 41.34º | 0.68% | 0.34% | - |
| HSV(B) | 41.34º | 0.81% | 0.58% | - |
| XYZ | 17.82 | 17.44 | 3.53 | - |
| YUV | 111.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 28 | 0 | 0.25 | 0.81 | 0.42 | 41.34 | 0.68 | 0.34 |
| Hex | 93 | 6E | 1C | 0 | 19 | 51 | 2A | 29 | 44 | 22 |
| Octal | 223 | 156 | 34 | 0 | 31 | 121 | 52 | 51 | 104 | 42 |
| Binary | 10010011 | 1101110 | 11100 | 0 | 11001 | 1010001 | 101010 | 101001 | 1000100 | 100010 |
Color Harmonies of #936E1C
Complementary color
Monochromatic Colors of #936E1C
Black with #936E1C
Text Example
Text Example
White with #936E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E1C; }
p { color: rgb(147,110,28); }
H1.HeaderClassName
{
color: #936E1C;
}
.AnyTagClassName
{
color: #936E1C;
}
</style>
background-color css
<style>
a { background-color: #936E1C; }
a { background-color: rgb(147,110,28); }
div.DivClassName
{
background-color: #936E1C;
}
.BgClassName
{
background-color: #936E1C;
}
</style>
border-color css
<style>
span { border-color: #936E1C; }
span { border-color: rgb(147,110,28); }
td.TdClassName
{
border-color: #936E1C;
}
.TagClassName
{
border-color: #936E1C;
}
</style>