Shades of Squirrel #917F6B
Tints of Squirrel #917F6B
RGB
CMYK
RGB Variations
Color information
#917F6B (or 0x917F6B) is known color: Squirrel. HEX triplet: 91, 7F and 6B. RGB value is (145,127,107). Sum of RGB (Red+Green+Blue) = 145+127+107=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #917F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F6B is #6E8094. Grayscale: #828282. Windows color (decimal): -7241877 or 7045009. OLE color: 7045009.
HSL color Cylindrical-coordinate representation of color #917F6B: hue angle of 31.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #917F6B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 107 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.43 |
| HSL | 31.58º | 0.15% | 0.49% | - |
| HSV(B) | 31.58º | 0.26% | 0.57% | - |
| XYZ | 21.92 | 22.26 | 17.05 | - |
| YUV | 130.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 107 | 0 | 0.12 | 0.26 | 0.43 | 31.58 | 0.15 | 0.49 |
| Hex | 91 | 7F | 6B | 0 | C | 1A | 2B | 20 | F | 31 |
| Octal | 221 | 177 | 153 | 0 | 14 | 32 | 53 | 40 | 17 | 61 |
| Binary | 10010001 | 1111111 | 1101011 | 0 | 1100 | 11010 | 101011 | 100000 | 1111 | 110001 |
Color Harmonies of #917F6B
Complementary color
Monochromatic Colors of #917F6B
Black with #917F6B
Text Example
Text Example
White with #917F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F6B; }
p { color: rgb(145,127,107); }
H1.HeaderClassName
{
color: #917F6B;
}
.AnyTagClassName
{
color: #917F6B;
}
</style>
background-color css
<style>
a { background-color: #917F6B; }
a { background-color: rgb(145,127,107); }
div.DivClassName
{
background-color: #917F6B;
}
.BgClassName
{
background-color: #917F6B;
}
</style>
border-color css
<style>
span { border-color: #917F6B; }
span { border-color: rgb(145,127,107); }
td.TdClassName
{
border-color: #917F6B;
}
.TagClassName
{
border-color: #917F6B;
}
</style>