Shades of Squirrel #907B6D
Tints of Squirrel #907B6D
RGB
CMYK
RGB Variations
Color information
#907B6D (or 0x907B6D) is known color: Squirrel. HEX triplet: 90, 7B and 6D. RGB value is (144,123,109). Sum of RGB (Red+Green+Blue) = 144+123+109=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #907B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B6D is #6F8492. Grayscale: #7F7F7F. Windows color (decimal): -7308435 or 7175056. OLE color: 7175056.
HSL color Cylindrical-coordinate representation of color #907B6D: hue angle of 24º 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 #907B6D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 109 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.44 |
| HSL | 24º | 0.14% | 0.5% | - |
| HSV(B) | 24º | 0.24% | 0.56% | - |
| XYZ | 21.34 | 21.2 | 17.43 | - |
| YUV | 127.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 109 | 0 | 0.15 | 0.24 | 0.44 | 24 | 0.14 | 0.5 |
| Hex | 90 | 7B | 6D | 0 | F | 18 | 2C | 18 | E | 32 |
| Octal | 220 | 173 | 155 | 0 | 17 | 30 | 54 | 30 | 16 | 62 |
| Binary | 10010000 | 1111011 | 1101101 | 0 | 1111 | 11000 | 101100 | 11000 | 1110 | 110010 |
Color Harmonies of #907B6D
Complementary color
Monochromatic Colors of #907B6D
Black with #907B6D
Text Example
Text Example
White with #907B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B6D; }
p { color: rgb(144,123,109); }
H1.HeaderClassName
{
color: #907B6D;
}
.AnyTagClassName
{
color: #907B6D;
}
</style>
background-color css
<style>
a { background-color: #907B6D; }
a { background-color: rgb(144,123,109); }
div.DivClassName
{
background-color: #907B6D;
}
.BgClassName
{
background-color: #907B6D;
}
</style>
border-color css
<style>
span { border-color: #907B6D; }
span { border-color: rgb(144,123,109); }
td.TdClassName
{
border-color: #907B6D;
}
.TagClassName
{
border-color: #907B6D;
}
</style>