Shades of Squirrel #907E61
Tints of Squirrel #907E61
RGB
CMYK
RGB Variations
Color information
#907E61 (or 0x907E61) is known color: Squirrel. HEX triplet: 90, 7E and 61. RGB value is (144,126,97). Sum of RGB (Red+Green+Blue) = 144+126+97=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #907E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E61 is #6F819E. Grayscale: #808080. Windows color (decimal): -7307679 or 6389392. OLE color: 6389392.
HSL color Cylindrical-coordinate representation of color #907E61: hue angle of 37.02º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #907E61 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 126 | 97 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.44 |
| HSL | 37.02º | 0.2% | 0.47% | - |
| HSV(B) | 37.02º | 0.33% | 0.56% | - |
| XYZ | 21.12 | 21.71 | 14.39 | - |
| YUV | 128.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 97 | 0 | 0.12 | 0.33 | 0.44 | 37.02 | 0.2 | 0.47 |
| Hex | 90 | 7E | 61 | 0 | C | 21 | 2C | 25 | 14 | 2F |
| Octal | 220 | 176 | 141 | 0 | 14 | 41 | 54 | 45 | 24 | 57 |
| Binary | 10010000 | 1111110 | 1100001 | 0 | 1100 | 100001 | 101100 | 100101 | 10100 | 101111 |
Color Harmonies of #907E61
Complementary color
Monochromatic Colors of #907E61
Black with #907E61
Text Example
Text Example
White with #907E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907E61; }
p { color: rgb(144,126,97); }
H1.HeaderClassName
{
color: #907E61;
}
.AnyTagClassName
{
color: #907E61;
}
</style>
background-color css
<style>
a { background-color: #907E61; }
a { background-color: rgb(144,126,97); }
div.DivClassName
{
background-color: #907E61;
}
.BgClassName
{
background-color: #907E61;
}
</style>
border-color css
<style>
span { border-color: #907E61; }
span { border-color: rgb(144,126,97); }
td.TdClassName
{
border-color: #907E61;
}
.TagClassName
{
border-color: #907E61;
}
</style>