Shades of Golden Brown #936D1B
Tints of Golden Brown #936D1B
RGB
CMYK
RGB Variations
Color information
#936D1B (or 0x936D1B) is known color: Golden Brown. HEX triplet: 93, 6D and 1B. RGB value is (147,109,27). Sum of RGB (Red+Green+Blue) = 147+109+27=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #936D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936D1B is #6C92E4. Grayscale: #6F6F6F. Windows color (decimal): -7115493 or 1797523. OLE color: 1797523.
HSL color Cylindrical-coordinate representation of color #936D1B: hue angle of 41º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #936D1B is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 27 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.42 |
| HSL | 41º | 0.69% | 0.34% | - |
| HSV(B) | 41º | 0.82% | 0.58% | - |
| XYZ | 17.7 | 17.22 | 3.43 | - |
| YUV | 111.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 27 | 0 | 0.26 | 0.82 | 0.42 | 41 | 0.69 | 0.34 |
| Hex | 93 | 6D | 1B | 0 | 1A | 52 | 2A | 29 | 45 | 22 |
| Octal | 223 | 155 | 33 | 0 | 32 | 122 | 52 | 51 | 105 | 42 |
| Binary | 10010011 | 1101101 | 11011 | 0 | 11010 | 1010010 | 101010 | 101001 | 1000101 | 100010 |
Color Harmonies of #936D1B
Complementary color
Monochromatic Colors of #936D1B
Black with #936D1B
Text Example
Text Example
White with #936D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D1B; }
p { color: rgb(147,109,27); }
H1.HeaderClassName
{
color: #936D1B;
}
.AnyTagClassName
{
color: #936D1B;
}
</style>
background-color css
<style>
a { background-color: #936D1B; }
a { background-color: rgb(147,109,27); }
div.DivClassName
{
background-color: #936D1B;
}
.BgClassName
{
background-color: #936D1B;
}
</style>
border-color css
<style>
span { border-color: #936D1B; }
span { border-color: rgb(147,109,27); }
td.TdClassName
{
border-color: #936D1B;
}
.TagClassName
{
border-color: #936D1B;
}
</style>