Shades of Golden Brown #936A1E
Tints of Golden Brown #936A1E
RGB
CMYK
RGB Variations
Color information
#936A1E (or 0x936A1E) is known color: Golden Brown. HEX triplet: 93, 6A and 1E. RGB value is (147,106,30). Sum of RGB (Red+Green+Blue) = 147+106+30=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #936A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936A1E is #6C95E1. Grayscale: #6D6D6D. Windows color (decimal): -7116258 or 1993363. OLE color: 1993363.
HSL color Cylindrical-coordinate representation of color #936A1E: hue angle of 38.97º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #936A1E is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 30 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.42 |
| HSL | 38.97º | 0.66% | 0.35% | - |
| HSV(B) | 38.97º | 0.8% | 0.58% | - |
| XYZ | 17.42 | 16.6 | 3.52 | - |
| YUV | 109.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 30 | 0 | 0.28 | 0.80 | 0.42 | 38.97 | 0.66 | 0.35 |
| Hex | 93 | 6A | 1E | 0 | 1C | 50 | 2A | 27 | 42 | 23 |
| Octal | 223 | 152 | 36 | 0 | 34 | 120 | 52 | 47 | 102 | 43 |
| Binary | 10010011 | 1101010 | 11110 | 0 | 11100 | 1010000 | 101010 | 100111 | 1000010 | 100011 |
Color Harmonies of #936A1E
Complementary color
Monochromatic Colors of #936A1E
Black with #936A1E
Text Example
Text Example
White with #936A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A1E; }
p { color: rgb(147,106,30); }
H1.HeaderClassName
{
color: #936A1E;
}
.AnyTagClassName
{
color: #936A1E;
}
</style>
background-color css
<style>
a { background-color: #936A1E; }
a { background-color: rgb(147,106,30); }
div.DivClassName
{
background-color: #936A1E;
}
.BgClassName
{
background-color: #936A1E;
}
</style>
border-color css
<style>
span { border-color: #936A1E; }
span { border-color: rgb(147,106,30); }
td.TdClassName
{
border-color: #936A1E;
}
.TagClassName
{
border-color: #936A1E;
}
</style>