Shades of Beaver #96755C
Tints of Beaver #96755C
RGB
CMYK
RGB Variations
Color information
#96755C (or 0x96755C) is known color: Beaver. HEX triplet: 96, 75 and 5C. RGB value is (150,117,92). Sum of RGB (Red+Green+Blue) = 150+117+92=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96755C is #698AA3. Grayscale: #7C7C7C. Windows color (decimal): -6916772 or 6059414. OLE color: 6059414.
HSL color Cylindrical-coordinate representation of color #96755C: hue angle of 25.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96755C is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 92 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.41 |
| HSL | 25.86º | 0.24% | 0.47% | - |
| HSV(B) | 25.86º | 0.39% | 0.59% | - |
| XYZ | 20.87 | 19.98 | 12.88 | - |
| YUV | 124.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 92 | 0 | 0.22 | 0.39 | 0.41 | 25.86 | 0.24 | 0.47 |
| Hex | 96 | 75 | 5C | 0 | 16 | 27 | 29 | 1A | 18 | 2F |
| Octal | 226 | 165 | 134 | 0 | 26 | 47 | 51 | 32 | 30 | 57 |
| Binary | 10010110 | 1110101 | 1011100 | 0 | 10110 | 100111 | 101001 | 11010 | 11000 | 101111 |
Color Harmonies of #96755C
Complementary color
Monochromatic Colors of #96755C
Black with #96755C
Text Example
Text Example
White with #96755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96755C; }
p { color: rgb(150,117,92); }
H1.HeaderClassName
{
color: #96755C;
}
.AnyTagClassName
{
color: #96755C;
}
</style>
background-color css
<style>
a { background-color: #96755C; }
a { background-color: rgb(150,117,92); }
div.DivClassName
{
background-color: #96755C;
}
.BgClassName
{
background-color: #96755C;
}
</style>
border-color css
<style>
span { border-color: #96755C; }
span { border-color: rgb(150,117,92); }
td.TdClassName
{
border-color: #96755C;
}
.TagClassName
{
border-color: #96755C;
}
</style>