Shades of Squirrel #937B69
Tints of Squirrel #937B69
RGB
CMYK
RGB Variations
Color information
#937B69 (or 0x937B69) is known color: Squirrel. HEX triplet: 93, 7B and 69. RGB value is (147,123,105). Sum of RGB (Red+Green+Blue) = 147+123+105=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #937B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937B69 is #6C8496. Grayscale: #808080. Windows color (decimal): -7111831 or 6912915. OLE color: 6912915.
HSL color Cylindrical-coordinate representation of color #937B69: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #937B69 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 105 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.42 |
| HSL | 25.71º | 0.17% | 0.49% | - |
| HSV(B) | 25.71º | 0.29% | 0.58% | - |
| XYZ | 21.67 | 21.39 | 16.35 | - |
| YUV | 128.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 105 | 0 | 0.16 | 0.29 | 0.42 | 25.71 | 0.17 | 0.49 |
| Hex | 93 | 7B | 69 | 0 | 10 | 1D | 2A | 1A | 11 | 31 |
| Octal | 223 | 173 | 151 | 0 | 20 | 35 | 52 | 32 | 21 | 61 |
| Binary | 10010011 | 1111011 | 1101001 | 0 | 10000 | 11101 | 101010 | 11010 | 10001 | 110001 |
Color Harmonies of #937B69
Complementary color
Monochromatic Colors of #937B69
Black with #937B69
Text Example
Text Example
White with #937B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B69; }
p { color: rgb(147,123,105); }
H1.HeaderClassName
{
color: #937B69;
}
.AnyTagClassName
{
color: #937B69;
}
</style>
background-color css
<style>
a { background-color: #937B69; }
a { background-color: rgb(147,123,105); }
div.DivClassName
{
background-color: #937B69;
}
.BgClassName
{
background-color: #937B69;
}
</style>
border-color css
<style>
span { border-color: #937B69; }
span { border-color: rgb(147,123,105); }
td.TdClassName
{
border-color: #937B69;
}
.TagClassName
{
border-color: #937B69;
}
</style>