Shades of Squirrel #927F67
Tints of Squirrel #927F67
RGB
CMYK
RGB Variations
Color information
#927F67 (or 0x927F67) is known color: Squirrel. HEX triplet: 92, 7F and 67. RGB value is (146,127,103). Sum of RGB (Red+Green+Blue) = 146+127+103=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #927F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F67 is #6D8098. Grayscale: #828282. Windows color (decimal): -7176345 or 6782866. OLE color: 6782866.
HSL color Cylindrical-coordinate representation of color #927F67: hue angle of 33.49º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #927F67 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 103 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.43 |
| HSL | 33.49º | 0.17% | 0.49% | - |
| HSV(B) | 33.49º | 0.29% | 0.57% | - |
| XYZ | 21.89 | 22.27 | 15.98 | - |
| YUV | 129.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 103 | 0 | 0.13 | 0.29 | 0.43 | 33.49 | 0.17 | 0.49 |
| Hex | 92 | 7F | 67 | 0 | D | 1D | 2B | 21 | 11 | 31 |
| Octal | 222 | 177 | 147 | 0 | 15 | 35 | 53 | 41 | 21 | 61 |
| Binary | 10010010 | 1111111 | 1100111 | 0 | 1101 | 11101 | 101011 | 100001 | 10001 | 110001 |
Color Harmonies of #927F67
Complementary color
Monochromatic Colors of #927F67
Black with #927F67
Text Example
Text Example
White with #927F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F67; }
p { color: rgb(146,127,103); }
H1.HeaderClassName
{
color: #927F67;
}
.AnyTagClassName
{
color: #927F67;
}
</style>
background-color css
<style>
a { background-color: #927F67; }
a { background-color: rgb(146,127,103); }
div.DivClassName
{
background-color: #927F67;
}
.BgClassName
{
background-color: #927F67;
}
</style>
border-color css
<style>
span { border-color: #927F67; }
span { border-color: rgb(146,127,103); }
td.TdClassName
{
border-color: #927F67;
}
.TagClassName
{
border-color: #927F67;
}
</style>