Shades of Squirrel #948269
Tints of Squirrel #948269
RGB
CMYK
RGB Variations
Color information
#948269 (or 0x948269) is known color: Squirrel. HEX triplet: 94, 82 and 69. RGB value is (148,130,105). Sum of RGB (Red+Green+Blue) = 148+130+105=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #948269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948269 is #6B7D96. Grayscale: #848484. Windows color (decimal): -7044503 or 6914708. OLE color: 6914708.
HSL color Cylindrical-coordinate representation of color #948269: hue angle of 34.88º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #948269 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 105 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.42 |
| HSL | 34.88º | 0.17% | 0.5% | - |
| HSV(B) | 34.88º | 0.29% | 0.58% | - |
| XYZ | 22.75 | 23.28 | 16.66 | - |
| YUV | 132.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 105 | 0 | 0.12 | 0.29 | 0.42 | 34.88 | 0.17 | 0.5 |
| Hex | 94 | 82 | 69 | 0 | C | 1D | 2A | 23 | 11 | 32 |
| Octal | 224 | 202 | 151 | 0 | 14 | 35 | 52 | 43 | 21 | 62 |
| Binary | 10010100 | 10000010 | 1101001 | 0 | 1100 | 11101 | 101010 | 100011 | 10001 | 110010 |
Color Harmonies of #948269
Complementary color
Monochromatic Colors of #948269
Black with #948269
Text Example
Text Example
White with #948269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948269; }
p { color: rgb(148,130,105); }
H1.HeaderClassName
{
color: #948269;
}
.AnyTagClassName
{
color: #948269;
}
</style>
background-color css
<style>
a { background-color: #948269; }
a { background-color: rgb(148,130,105); }
div.DivClassName
{
background-color: #948269;
}
.BgClassName
{
background-color: #948269;
}
</style>
border-color css
<style>
span { border-color: #948269; }
span { border-color: rgb(148,130,105); }
td.TdClassName
{
border-color: #948269;
}
.TagClassName
{
border-color: #948269;
}
</style>