Shades of Squirrel #907B63
Tints of Squirrel #907B63
RGB
CMYK
RGB Variations
Color information
#907B63 (or 0x907B63) is known color: Squirrel. HEX triplet: 90, 7B and 63. RGB value is (144,123,99). Sum of RGB (Red+Green+Blue) = 144+123+99=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #907B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B63 is #6F849C. Grayscale: #7E7E7E. Windows color (decimal): -7308445 or 6519696. OLE color: 6519696.
HSL color Cylindrical-coordinate representation of color #907B63: hue angle of 32º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #907B63 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 99 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.44 |
| HSL | 32º | 0.19% | 0.48% | - |
| HSV(B) | 32º | 0.31% | 0.56% | - |
| XYZ | 20.84 | 21 | 14.76 | - |
| YUV | 126.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 99 | 0 | 0.15 | 0.31 | 0.44 | 32 | 0.19 | 0.48 |
| Hex | 90 | 7B | 63 | 0 | F | 1F | 2C | 20 | 13 | 30 |
| Octal | 220 | 173 | 143 | 0 | 17 | 37 | 54 | 40 | 23 | 60 |
| Binary | 10010000 | 1111011 | 1100011 | 0 | 1111 | 11111 | 101100 | 100000 | 10011 | 110000 |
Color Harmonies of #907B63
Complementary color
Monochromatic Colors of #907B63
Black with #907B63
Text Example
Text Example
White with #907B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B63; }
p { color: rgb(144,123,99); }
H1.HeaderClassName
{
color: #907B63;
}
.AnyTagClassName
{
color: #907B63;
}
</style>
background-color css
<style>
a { background-color: #907B63; }
a { background-color: rgb(144,123,99); }
div.DivClassName
{
background-color: #907B63;
}
.BgClassName
{
background-color: #907B63;
}
</style>
border-color css
<style>
span { border-color: #907B63; }
span { border-color: rgb(144,123,99); }
td.TdClassName
{
border-color: #907B63;
}
.TagClassName
{
border-color: #907B63;
}
</style>