Shades of Squirrel #957F68
Tints of Squirrel #957F68
RGB
CMYK
RGB Variations
Color information
#957F68 (or 0x957F68) is known color: Squirrel. HEX triplet: 95, 7F and 68. RGB value is (149,127,104). Sum of RGB (Red+Green+Blue) = 149+127+104=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #957F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F68 is #6A8097. Grayscale: #838383. Windows color (decimal): -6979736 or 6848405. OLE color: 6848405.
HSL color Cylindrical-coordinate representation of color #957F68: hue angle of 30.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957F68 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 104 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.42 |
| HSL | 30.67º | 0.18% | 0.5% | - |
| HSV(B) | 30.67º | 0.3% | 0.58% | - |
| XYZ | 22.48 | 22.57 | 16.27 | - |
| YUV | 130.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 104 | 0 | 0.15 | 0.30 | 0.42 | 30.67 | 0.18 | 0.5 |
| Hex | 95 | 7F | 68 | 0 | F | 1E | 2A | 1F | 12 | 32 |
| Octal | 225 | 177 | 150 | 0 | 17 | 36 | 52 | 37 | 22 | 62 |
| Binary | 10010101 | 1111111 | 1101000 | 0 | 1111 | 11110 | 101010 | 11111 | 10010 | 110010 |
Color Harmonies of #957F68
Complementary color
Monochromatic Colors of #957F68
Black with #957F68
Text Example
Text Example
White with #957F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F68; }
p { color: rgb(149,127,104); }
H1.HeaderClassName
{
color: #957F68;
}
.AnyTagClassName
{
color: #957F68;
}
</style>
background-color css
<style>
a { background-color: #957F68; }
a { background-color: rgb(149,127,104); }
div.DivClassName
{
background-color: #957F68;
}
.BgClassName
{
background-color: #957F68;
}
</style>
border-color css
<style>
span { border-color: #957F68; }
span { border-color: rgb(149,127,104); }
td.TdClassName
{
border-color: #957F68;
}
.TagClassName
{
border-color: #957F68;
}
</style>