Shades of Squirrel #997F6B
Tints of Squirrel #997F6B
RGB
CMYK
RGB Variations
Color information
#997F6B (or 0x997F6B) is known color: Squirrel. HEX triplet: 99, 7F and 6B. RGB value is (153,127,107). Sum of RGB (Red+Green+Blue) = 153+127+107=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F6B is #668094. Grayscale: #848484. Windows color (decimal): -6717589 or 7045017. OLE color: 7045017.
HSL color Cylindrical-coordinate representation of color #997F6B: hue angle of 26.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #997F6B is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 107 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.4 |
| HSL | 26.09º | 0.18% | 0.51% | - |
| HSV(B) | 26.09º | 0.3% | 0.6% | - |
| XYZ | 23.38 | 23.01 | 17.12 | - |
| YUV | 132.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 107 | 0 | 0.17 | 0.30 | 0.4 | 26.09 | 0.18 | 0.51 |
| Hex | 99 | 7F | 6B | 0 | 11 | 1E | 28 | 1A | 12 | 33 |
| Octal | 231 | 177 | 153 | 0 | 21 | 36 | 50 | 32 | 22 | 63 |
| Binary | 10011001 | 1111111 | 1101011 | 0 | 10001 | 11110 | 101000 | 11010 | 10010 | 110011 |
Color Harmonies of #997F6B
Complementary color
Monochromatic Colors of #997F6B
Black with #997F6B
Text Example
Text Example
White with #997F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F6B; }
p { color: rgb(153,127,107); }
H1.HeaderClassName
{
color: #997F6B;
}
.AnyTagClassName
{
color: #997F6B;
}
</style>
background-color css
<style>
a { background-color: #997F6B; }
a { background-color: rgb(153,127,107); }
div.DivClassName
{
background-color: #997F6B;
}
.BgClassName
{
background-color: #997F6B;
}
</style>
border-color css
<style>
span { border-color: #997F6B; }
span { border-color: rgb(153,127,107); }
td.TdClassName
{
border-color: #997F6B;
}
.TagClassName
{
border-color: #997F6B;
}
</style>