Shades of Squirrel #947A67
Tints of Squirrel #947A67
RGB
CMYK
RGB Variations
Color information
#947A67 (or 0x947A67) is known color: Squirrel. HEX triplet: 94, 7A and 67. RGB value is (148,122,103). Sum of RGB (Red+Green+Blue) = 148+122+103=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #947A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A67 is #6B8598. Grayscale: #7F7F7F. Windows color (decimal): -7046553 or 6781588. OLE color: 6781588.
HSL color Cylindrical-coordinate representation of color #947A67: hue angle of 25.33º 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 #947A67 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 103 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.42 |
| HSL | 25.33º | 0.18% | 0.49% | - |
| HSV(B) | 25.33º | 0.3% | 0.58% | - |
| XYZ | 21.62 | 21.19 | 15.78 | - |
| YUV | 127.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 103 | 0 | 0.18 | 0.30 | 0.42 | 25.33 | 0.18 | 0.49 |
| Hex | 94 | 7A | 67 | 0 | 12 | 1E | 2A | 19 | 12 | 31 |
| Octal | 224 | 172 | 147 | 0 | 22 | 36 | 52 | 31 | 22 | 61 |
| Binary | 10010100 | 1111010 | 1100111 | 0 | 10010 | 11110 | 101010 | 11001 | 10010 | 110001 |
Color Harmonies of #947A67
Complementary color
Monochromatic Colors of #947A67
Black with #947A67
Text Example
Text Example
White with #947A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A67; }
p { color: rgb(148,122,103); }
H1.HeaderClassName
{
color: #947A67;
}
.AnyTagClassName
{
color: #947A67;
}
</style>
background-color css
<style>
a { background-color: #947A67; }
a { background-color: rgb(148,122,103); }
div.DivClassName
{
background-color: #947A67;
}
.BgClassName
{
background-color: #947A67;
}
</style>
border-color css
<style>
span { border-color: #947A67; }
span { border-color: rgb(148,122,103); }
td.TdClassName
{
border-color: #947A67;
}
.TagClassName
{
border-color: #947A67;
}
</style>