Shades of Squirrel #938268
Tints of Squirrel #938268
RGB
CMYK
RGB Variations
Color information
#938268 (or 0x938268) is known color: Squirrel. HEX triplet: 93, 82 and 68. RGB value is (147,130,104). Sum of RGB (Red+Green+Blue) = 147+130+104=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #938268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938268 is #6C7D97. Grayscale: #848484. Windows color (decimal): -7110040 or 6849171. OLE color: 6849171.
HSL color Cylindrical-coordinate representation of color #938268: hue angle of 36.28º 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 #938268 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 104 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.42 |
| HSL | 36.28º | 0.17% | 0.49% | - |
| HSV(B) | 36.28º | 0.29% | 0.58% | - |
| XYZ | 22.51 | 23.17 | 16.38 | - |
| YUV | 132.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 104 | 0 | 0.12 | 0.29 | 0.42 | 36.28 | 0.17 | 0.49 |
| Hex | 93 | 82 | 68 | 0 | C | 1D | 2A | 24 | 11 | 31 |
| Octal | 223 | 202 | 150 | 0 | 14 | 35 | 52 | 44 | 21 | 61 |
| Binary | 10010011 | 10000010 | 1101000 | 0 | 1100 | 11101 | 101010 | 100100 | 10001 | 110001 |
Color Harmonies of #938268
Complementary color
Monochromatic Colors of #938268
Black with #938268
Text Example
Text Example
White with #938268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938268; }
p { color: rgb(147,130,104); }
H1.HeaderClassName
{
color: #938268;
}
.AnyTagClassName
{
color: #938268;
}
</style>
background-color css
<style>
a { background-color: #938268; }
a { background-color: rgb(147,130,104); }
div.DivClassName
{
background-color: #938268;
}
.BgClassName
{
background-color: #938268;
}
</style>
border-color css
<style>
span { border-color: #938268; }
span { border-color: rgb(147,130,104); }
td.TdClassName
{
border-color: #938268;
}
.TagClassName
{
border-color: #938268;
}
</style>