Shades of Beaver #956B5A
Tints of Beaver #956B5A
RGB
CMYK
RGB Variations
Color information
#956B5A (or 0x956B5A) is known color: Beaver. HEX triplet: 95, 6B and 5A. RGB value is (149,107,90). Sum of RGB (Red+Green+Blue) = 149+107+90=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B5A is #6A94A5. Grayscale: #757575. Windows color (decimal): -6984870 or 5925781. OLE color: 5925781.
HSL color Cylindrical-coordinate representation of color #956B5A: hue angle of 17.29º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #956B5A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 90 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.42 |
| HSL | 17.29º | 0.25% | 0.47% | - |
| HSV(B) | 17.29º | 0.4% | 0.58% | - |
| XYZ | 19.5 | 17.64 | 12.05 | - |
| YUV | 117.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 90 | 0 | 0.28 | 0.40 | 0.42 | 17.29 | 0.25 | 0.47 |
| Hex | 95 | 6B | 5A | 0 | 1C | 28 | 2A | 11 | 19 | 2F |
| Octal | 225 | 153 | 132 | 0 | 34 | 50 | 52 | 21 | 31 | 57 |
| Binary | 10010101 | 1101011 | 1011010 | 0 | 11100 | 101000 | 101010 | 10001 | 11001 | 101111 |
Color Harmonies of #956B5A
Complementary color
Monochromatic Colors of #956B5A
Black with #956B5A
Text Example
Text Example
White with #956B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B5A; }
p { color: rgb(149,107,90); }
H1.HeaderClassName
{
color: #956B5A;
}
.AnyTagClassName
{
color: #956B5A;
}
</style>
background-color css
<style>
a { background-color: #956B5A; }
a { background-color: rgb(149,107,90); }
div.DivClassName
{
background-color: #956B5A;
}
.BgClassName
{
background-color: #956B5A;
}
</style>
border-color css
<style>
span { border-color: #956B5A; }
span { border-color: rgb(149,107,90); }
td.TdClassName
{
border-color: #956B5A;
}
.TagClassName
{
border-color: #956B5A;
}
</style>