Shades of Squirrel #907E6D
Tints of Squirrel #907E6D
RGB
CMYK
RGB Variations
Color information
#907E6D (or 0x907E6D) is known color: Squirrel. HEX triplet: 90, 7E and 6D. RGB value is (144,126,109). Sum of RGB (Red+Green+Blue) = 144+126+109=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #907E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E6D is #6F8192. Grayscale: #818181. Windows color (decimal): -7307667 or 7175824. OLE color: 7175824.
HSL color Cylindrical-coordinate representation of color #907E6D: hue angle of 29.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #907E6D is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 126 | 109 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.44 |
| HSL | 29.14º | 0.14% | 0.5% | - |
| HSV(B) | 29.14º | 0.24% | 0.56% | - |
| XYZ | 21.72 | 21.96 | 17.56 | - |
| YUV | 129.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 109 | 0 | 0.12 | 0.24 | 0.44 | 29.14 | 0.14 | 0.5 |
| Hex | 90 | 7E | 6D | 0 | C | 18 | 2C | 1D | E | 32 |
| Octal | 220 | 176 | 155 | 0 | 14 | 30 | 54 | 35 | 16 | 62 |
| Binary | 10010000 | 1111110 | 1101101 | 0 | 1100 | 11000 | 101100 | 11101 | 1110 | 110010 |
Color Harmonies of #907E6D
Complementary color
Monochromatic Colors of #907E6D
Black with #907E6D
Text Example
Text Example
White with #907E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907E6D; }
p { color: rgb(144,126,109); }
H1.HeaderClassName
{
color: #907E6D;
}
.AnyTagClassName
{
color: #907E6D;
}
</style>
background-color css
<style>
a { background-color: #907E6D; }
a { background-color: rgb(144,126,109); }
div.DivClassName
{
background-color: #907E6D;
}
.BgClassName
{
background-color: #907E6D;
}
</style>
border-color css
<style>
span { border-color: #907E6D; }
span { border-color: rgb(144,126,109); }
td.TdClassName
{
border-color: #907E6D;
}
.TagClassName
{
border-color: #907E6D;
}
</style>