Shades of Squirrel #917B61
Tints of Squirrel #917B61
RGB
CMYK
RGB Variations
Color information
#917B61 (or 0x917B61) is known color: Squirrel. HEX triplet: 91, 7B and 61. RGB value is (145,123,97). Sum of RGB (Red+Green+Blue) = 145+123+97=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B61 is #6E849E. Grayscale: #7E7E7E. Windows color (decimal): -7242911 or 6388625. OLE color: 6388625.
HSL color Cylindrical-coordinate representation of color #917B61: hue angle of 32.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917B61 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 97 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.43 |
| HSL | 32.5º | 0.2% | 0.47% | - |
| HSV(B) | 32.5º | 0.33% | 0.57% | - |
| XYZ | 20.92 | 21.05 | 14.27 | - |
| YUV | 126.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 97 | 0 | 0.15 | 0.33 | 0.43 | 32.5 | 0.2 | 0.47 |
| Hex | 91 | 7B | 61 | 0 | F | 21 | 2B | 20 | 14 | 2F |
| Octal | 221 | 173 | 141 | 0 | 17 | 41 | 53 | 40 | 24 | 57 |
| Binary | 10010001 | 1111011 | 1100001 | 0 | 1111 | 100001 | 101011 | 100000 | 10100 | 101111 |
Color Harmonies of #917B61
Complementary color
Monochromatic Colors of #917B61
Black with #917B61
Text Example
Text Example
White with #917B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B61; }
p { color: rgb(145,123,97); }
H1.HeaderClassName
{
color: #917B61;
}
.AnyTagClassName
{
color: #917B61;
}
</style>
background-color css
<style>
a { background-color: #917B61; }
a { background-color: rgb(145,123,97); }
div.DivClassName
{
background-color: #917B61;
}
.BgClassName
{
background-color: #917B61;
}
</style>
border-color css
<style>
span { border-color: #917B61; }
span { border-color: rgb(145,123,97); }
td.TdClassName
{
border-color: #917B61;
}
.TagClassName
{
border-color: #917B61;
}
</style>