Shades of Squirrel #947E67
Tints of Squirrel #947E67
RGB
CMYK
RGB Variations
Color information
#947E67 (or 0x947E67) is known color: Squirrel. HEX triplet: 94, 7E and 67. RGB value is (148,126,103). Sum of RGB (Red+Green+Blue) = 148+126+103=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #947E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E67 is #6B8198. Grayscale: #828282. Windows color (decimal): -7045529 or 6782612. OLE color: 6782612.
HSL color Cylindrical-coordinate representation of color #947E67: hue angle of 30.67º 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 #947E67 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 103 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.42 |
| HSL | 30.67º | 0.18% | 0.49% | - |
| HSV(B) | 30.67º | 0.3% | 0.58% | - |
| XYZ | 22.12 | 22.2 | 15.95 | - |
| YUV | 129.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 103 | 0 | 0.15 | 0.30 | 0.42 | 30.67 | 0.18 | 0.49 |
| Hex | 94 | 7E | 67 | 0 | F | 1E | 2A | 1F | 12 | 31 |
| Octal | 224 | 176 | 147 | 0 | 17 | 36 | 52 | 37 | 22 | 61 |
| Binary | 10010100 | 1111110 | 1100111 | 0 | 1111 | 11110 | 101010 | 11111 | 10010 | 110001 |
Color Harmonies of #947E67
Complementary color
Monochromatic Colors of #947E67
Black with #947E67
Text Example
Text Example
White with #947E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E67; }
p { color: rgb(148,126,103); }
H1.HeaderClassName
{
color: #947E67;
}
.AnyTagClassName
{
color: #947E67;
}
</style>
background-color css
<style>
a { background-color: #947E67; }
a { background-color: rgb(148,126,103); }
div.DivClassName
{
background-color: #947E67;
}
.BgClassName
{
background-color: #947E67;
}
</style>
border-color css
<style>
span { border-color: #947E67; }
span { border-color: rgb(148,126,103); }
td.TdClassName
{
border-color: #947E67;
}
.TagClassName
{
border-color: #947E67;
}
</style>