Shades of Squirrel #917C6A
Tints of Squirrel #917C6A
RGB
CMYK
RGB Variations
Color information
#917C6A (or 0x917C6A) is known color: Squirrel. HEX triplet: 91, 7C and 6A. RGB value is (145,124,106). Sum of RGB (Red+Green+Blue) = 145+124+106=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #917C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C6A is #6E8395. Grayscale: #808080. Windows color (decimal): -7242646 or 6978705. OLE color: 6978705.
HSL color Cylindrical-coordinate representation of color #917C6A: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #917C6A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 106 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.43 |
| HSL | 27.69º | 0.16% | 0.49% | - |
| HSV(B) | 27.69º | 0.27% | 0.57% | - |
| XYZ | 21.49 | 21.48 | 16.65 | - |
| YUV | 128.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 106 | 0 | 0.14 | 0.27 | 0.43 | 27.69 | 0.16 | 0.49 |
| Hex | 91 | 7C | 6A | 0 | E | 1B | 2B | 1C | 10 | 31 |
| Octal | 221 | 174 | 152 | 0 | 16 | 33 | 53 | 34 | 20 | 61 |
| Binary | 10010001 | 1111100 | 1101010 | 0 | 1110 | 11011 | 101011 | 11100 | 10000 | 110001 |
Color Harmonies of #917C6A
Complementary color
Monochromatic Colors of #917C6A
Black with #917C6A
Text Example
Text Example
White with #917C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C6A; }
p { color: rgb(145,124,106); }
H1.HeaderClassName
{
color: #917C6A;
}
.AnyTagClassName
{
color: #917C6A;
}
</style>
background-color css
<style>
a { background-color: #917C6A; }
a { background-color: rgb(145,124,106); }
div.DivClassName
{
background-color: #917C6A;
}
.BgClassName
{
background-color: #917C6A;
}
</style>
border-color css
<style>
span { border-color: #917C6A; }
span { border-color: rgb(145,124,106); }
td.TdClassName
{
border-color: #917C6A;
}
.TagClassName
{
border-color: #917C6A;
}
</style>