Shades of Squirrel #907B61
Tints of Squirrel #907B61
RGB
CMYK
RGB Variations
Color information
#907B61 (or 0x907B61) is known color: Squirrel. HEX triplet: 90, 7B and 61. RGB value is (144,123,97). Sum of RGB (Red+Green+Blue) = 144+123+97=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #907B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B61 is #6F849E. Grayscale: #7E7E7E. Windows color (decimal): -7308447 or 6388624. OLE color: 6388624.
HSL color Cylindrical-coordinate representation of color #907B61: hue angle of 33.19º 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 #907B61 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 97 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.44 |
| HSL | 33.19º | 0.2% | 0.47% | - |
| HSV(B) | 33.19º | 0.33% | 0.56% | - |
| XYZ | 20.74 | 20.96 | 14.26 | - |
| YUV | 126.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 97 | 0 | 0.15 | 0.33 | 0.44 | 33.19 | 0.2 | 0.47 |
| Hex | 90 | 7B | 61 | 0 | F | 21 | 2C | 21 | 14 | 2F |
| Octal | 220 | 173 | 141 | 0 | 17 | 41 | 54 | 41 | 24 | 57 |
| Binary | 10010000 | 1111011 | 1100001 | 0 | 1111 | 100001 | 101100 | 100001 | 10100 | 101111 |
Color Harmonies of #907B61
Complementary color
Monochromatic Colors of #907B61
Black with #907B61
Text Example
Text Example
White with #907B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B61; }
p { color: rgb(144,123,97); }
H1.HeaderClassName
{
color: #907B61;
}
.AnyTagClassName
{
color: #907B61;
}
</style>
background-color css
<style>
a { background-color: #907B61; }
a { background-color: rgb(144,123,97); }
div.DivClassName
{
background-color: #907B61;
}
.BgClassName
{
background-color: #907B61;
}
</style>
border-color css
<style>
span { border-color: #907B61; }
span { border-color: rgb(144,123,97); }
td.TdClassName
{
border-color: #907B61;
}
.TagClassName
{
border-color: #907B61;
}
</style>