Shades of Beaver #936F5C
Tints of Beaver #936F5C
RGB
CMYK
RGB Variations
Color information
#936F5C (or 0x936F5C) is known color: Beaver. HEX triplet: 93, 6F and 5C. RGB value is (147,111,92). Sum of RGB (Red+Green+Blue) = 147+111+92=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F5C is #6C90A3. Grayscale: #777777. Windows color (decimal): -7114916 or 6057875. OLE color: 6057875.
HSL color Cylindrical-coordinate representation of color #936F5C: hue angle of 20.73º degrees, saturation: 0.23, 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 #936F5C is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 111 | 92 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.42 |
| HSL | 20.73º | 0.23% | 0.47% | - |
| HSV(B) | 20.73º | 0.37% | 0.58% | - |
| XYZ | 19.65 | 18.34 | 12.63 | - |
| YUV | 119.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 92 | 0 | 0.24 | 0.37 | 0.42 | 20.73 | 0.23 | 0.47 |
| Hex | 93 | 6F | 5C | 0 | 18 | 25 | 2A | 15 | 17 | 2F |
| Octal | 223 | 157 | 134 | 0 | 30 | 45 | 52 | 25 | 27 | 57 |
| Binary | 10010011 | 1101111 | 1011100 | 0 | 11000 | 100101 | 101010 | 10101 | 10111 | 101111 |
Color Harmonies of #936F5C
Complementary color
Monochromatic Colors of #936F5C
Black with #936F5C
Text Example
Text Example
White with #936F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936F5C; }
p { color: rgb(147,111,92); }
H1.HeaderClassName
{
color: #936F5C;
}
.AnyTagClassName
{
color: #936F5C;
}
</style>
background-color css
<style>
a { background-color: #936F5C; }
a { background-color: rgb(147,111,92); }
div.DivClassName
{
background-color: #936F5C;
}
.BgClassName
{
background-color: #936F5C;
}
</style>
border-color css
<style>
span { border-color: #936F5C; }
span { border-color: rgb(147,111,92); }
td.TdClassName
{
border-color: #936F5C;
}
.TagClassName
{
border-color: #936F5C;
}
</style>