Shades of Squirrel #948068
Tints of Squirrel #948068
RGB
CMYK
RGB Variations
Color information
#948068 (or 0x948068) is known color: Squirrel. HEX triplet: 94, 80 and 68. RGB value is (148,128,104). Sum of RGB (Red+Green+Blue) = 148+128+104=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948068 is #6B7F97. Grayscale: #838383. Windows color (decimal): -7045016 or 6848660. OLE color: 6848660.
HSL color Cylindrical-coordinate representation of color #948068: hue angle of 32.73º degrees, saturation: 0.17, 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 #948068 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 104 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.42 |
| HSL | 32.73º | 0.17% | 0.49% | - |
| HSV(B) | 32.73º | 0.3% | 0.58% | - |
| XYZ | 22.43 | 22.73 | 16.3 | - |
| YUV | 131.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 104 | 0 | 0.14 | 0.30 | 0.42 | 32.73 | 0.17 | 0.49 |
| Hex | 94 | 80 | 68 | 0 | E | 1E | 2A | 21 | 11 | 31 |
| Octal | 224 | 200 | 150 | 0 | 16 | 36 | 52 | 41 | 21 | 61 |
| Binary | 10010100 | 10000000 | 1101000 | 0 | 1110 | 11110 | 101010 | 100001 | 10001 | 110001 |
Color Harmonies of #948068
Complementary color
Monochromatic Colors of #948068
Black with #948068
Text Example
Text Example
White with #948068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948068; }
p { color: rgb(148,128,104); }
H1.HeaderClassName
{
color: #948068;
}
.AnyTagClassName
{
color: #948068;
}
</style>
background-color css
<style>
a { background-color: #948068; }
a { background-color: rgb(148,128,104); }
div.DivClassName
{
background-color: #948068;
}
.BgClassName
{
background-color: #948068;
}
</style>
border-color css
<style>
span { border-color: #948068; }
span { border-color: rgb(148,128,104); }
td.TdClassName
{
border-color: #948068;
}
.TagClassName
{
border-color: #948068;
}
</style>