Shades of Squirrel #907A6B
Tints of Squirrel #907A6B
RGB
CMYK
RGB Variations
Color information
#907A6B (or 0x907A6B) is known color: Squirrel. HEX triplet: 90, 7A and 6B. RGB value is (144,122,107). Sum of RGB (Red+Green+Blue) = 144+122+107=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #907A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A6B is #6F8594. Grayscale: #7E7E7E. Windows color (decimal): -7308693 or 7043728. OLE color: 7043728.
HSL color Cylindrical-coordinate representation of color #907A6B: hue angle of 24.32º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #907A6B is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 107 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.44 |
| HSL | 24.32º | 0.15% | 0.49% | - |
| HSV(B) | 24.32º | 0.26% | 0.56% | - |
| XYZ | 21.11 | 20.91 | 16.83 | - |
| YUV | 126.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 107 | 0 | 0.15 | 0.26 | 0.44 | 24.32 | 0.15 | 0.49 |
| Hex | 90 | 7A | 6B | 0 | F | 1A | 2C | 18 | F | 31 |
| Octal | 220 | 172 | 153 | 0 | 17 | 32 | 54 | 30 | 17 | 61 |
| Binary | 10010000 | 1111010 | 1101011 | 0 | 1111 | 11010 | 101100 | 11000 | 1111 | 110001 |
Color Harmonies of #907A6B
Complementary color
Monochromatic Colors of #907A6B
Black with #907A6B
Text Example
Text Example
White with #907A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A6B; }
p { color: rgb(144,122,107); }
H1.HeaderClassName
{
color: #907A6B;
}
.AnyTagClassName
{
color: #907A6B;
}
</style>
background-color css
<style>
a { background-color: #907A6B; }
a { background-color: rgb(144,122,107); }
div.DivClassName
{
background-color: #907A6B;
}
.BgClassName
{
background-color: #907A6B;
}
</style>
border-color css
<style>
span { border-color: #907A6B; }
span { border-color: rgb(144,122,107); }
td.TdClassName
{
border-color: #907A6B;
}
.TagClassName
{
border-color: #907A6B;
}
</style>