Shades of Golden Brown #936A1D
Tints of Golden Brown #936A1D
RGB
CMYK
RGB Variations
Color information
#936A1D (or 0x936A1D) is known color: Golden Brown. HEX triplet: 93, 6A and 1D. RGB value is (147,106,29). Sum of RGB (Red+Green+Blue) = 147+106+29=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #936A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936A1D is #6C95E2. Grayscale: #6D6D6D. Windows color (decimal): -7116259 or 1927827. OLE color: 1927827.
HSL color Cylindrical-coordinate representation of color #936A1D: hue angle of 39.15º degrees, saturation: 0.67, 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 #936A1D is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 29 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.42 |
| HSL | 39.15º | 0.67% | 0.35% | - |
| HSV(B) | 39.15º | 0.8% | 0.58% | - |
| XYZ | 17.41 | 16.6 | 3.45 | - |
| YUV | 109.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 29 | 0 | 0.28 | 0.80 | 0.42 | 39.15 | 0.67 | 0.35 |
| Hex | 93 | 6A | 1D | 0 | 1C | 50 | 2A | 27 | 43 | 23 |
| Octal | 223 | 152 | 35 | 0 | 34 | 120 | 52 | 47 | 103 | 43 |
| Binary | 10010011 | 1101010 | 11101 | 0 | 11100 | 1010000 | 101010 | 100111 | 1000011 | 100011 |
Color Harmonies of #936A1D
Complementary color
Monochromatic Colors of #936A1D
Black with #936A1D
Text Example
Text Example
White with #936A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A1D; }
p { color: rgb(147,106,29); }
H1.HeaderClassName
{
color: #936A1D;
}
.AnyTagClassName
{
color: #936A1D;
}
</style>
background-color css
<style>
a { background-color: #936A1D; }
a { background-color: rgb(147,106,29); }
div.DivClassName
{
background-color: #936A1D;
}
.BgClassName
{
background-color: #936A1D;
}
</style>
border-color css
<style>
span { border-color: #936A1D; }
span { border-color: rgb(147,106,29); }
td.TdClassName
{
border-color: #936A1D;
}
.TagClassName
{
border-color: #936A1D;
}
</style>