Shades of Beaver #936D5D
Tints of Beaver #936D5D
RGB
CMYK
RGB Variations
Color information
#936D5D (or 0x936D5D) is known color: Beaver. HEX triplet: 93, 6D and 5D. RGB value is (147,109,93). Sum of RGB (Red+Green+Blue) = 147+109+93=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #936D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D5D is #6C92A2. Grayscale: #767676. Windows color (decimal): -7115427 or 6122899. OLE color: 6122899.
HSL color Cylindrical-coordinate representation of color #936D5D: hue angle of 17.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #936D5D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 93 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.42 |
| HSL | 17.78º | 0.23% | 0.47% | - |
| HSV(B) | 17.78º | 0.37% | 0.58% | - |
| XYZ | 19.48 | 17.93 | 12.79 | - |
| YUV | 118.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 93 | 0 | 0.26 | 0.37 | 0.42 | 17.78 | 0.23 | 0.47 |
| Hex | 93 | 6D | 5D | 0 | 1A | 25 | 2A | 12 | 16 | 2F |
| Octal | 223 | 155 | 135 | 0 | 32 | 45 | 52 | 22 | 26 | 57 |
| Binary | 10010011 | 1101101 | 1011101 | 0 | 11010 | 100101 | 101010 | 10010 | 10110 | 101111 |
Color Harmonies of #936D5D
Complementary color
Monochromatic Colors of #936D5D
Black with #936D5D
Text Example
Text Example
White with #936D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D5D; }
p { color: rgb(147,109,93); }
H1.HeaderClassName
{
color: #936D5D;
}
.AnyTagClassName
{
color: #936D5D;
}
</style>
background-color css
<style>
a { background-color: #936D5D; }
a { background-color: rgb(147,109,93); }
div.DivClassName
{
background-color: #936D5D;
}
.BgClassName
{
background-color: #936D5D;
}
</style>
border-color css
<style>
span { border-color: #936D5D; }
span { border-color: rgb(147,109,93); }
td.TdClassName
{
border-color: #936D5D;
}
.TagClassName
{
border-color: #936D5D;
}
</style>