Shades of Squirrel #937F67
Tints of Squirrel #937F67
RGB
CMYK
RGB Variations
Color information
#937F67 (or 0x937F67) is known color: Squirrel. HEX triplet: 93, 7F and 67. RGB value is (147,127,103). Sum of RGB (Red+Green+Blue) = 147+127+103=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #937F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F67 is #6C8098. Grayscale: #828282. Windows color (decimal): -7110809 or 6782867. OLE color: 6782867.
HSL color Cylindrical-coordinate representation of color #937F67: hue angle of 32.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #937F67 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 103 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.42 |
| HSL | 32.73º | 0.18% | 0.49% | - |
| HSV(B) | 32.73º | 0.3% | 0.58% | - |
| XYZ | 22.07 | 22.36 | 15.98 | - |
| YUV | 130.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 103 | 0 | 0.14 | 0.30 | 0.42 | 32.73 | 0.18 | 0.49 |
| Hex | 93 | 7F | 67 | 0 | E | 1E | 2A | 21 | 12 | 31 |
| Octal | 223 | 177 | 147 | 0 | 16 | 36 | 52 | 41 | 22 | 61 |
| Binary | 10010011 | 1111111 | 1100111 | 0 | 1110 | 11110 | 101010 | 100001 | 10010 | 110001 |
Color Harmonies of #937F67
Complementary color
Monochromatic Colors of #937F67
Black with #937F67
Text Example
Text Example
White with #937F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F67; }
p { color: rgb(147,127,103); }
H1.HeaderClassName
{
color: #937F67;
}
.AnyTagClassName
{
color: #937F67;
}
</style>
background-color css
<style>
a { background-color: #937F67; }
a { background-color: rgb(147,127,103); }
div.DivClassName
{
background-color: #937F67;
}
.BgClassName
{
background-color: #937F67;
}
</style>
border-color css
<style>
span { border-color: #937F67; }
span { border-color: rgb(147,127,103); }
td.TdClassName
{
border-color: #937F67;
}
.TagClassName
{
border-color: #937F67;
}
</style>