Shades of Axolotl #656A62
Tints of Axolotl #656A62
RGB
CMYK
RGB Variations
Color information
#656A62 (or 0x656A62) is known color: Axolotl. HEX triplet: 65, 6A and 62. RGB value is (101,106,98). Sum of RGB (Red+Green+Blue) = 101+106+98=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 106 - color contains mainly: green. Hex color #656A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A62 is #9A959D. Grayscale: #676767. Windows color (decimal): -10130846 or 6449765. OLE color: 6449765.
HSL color Cylindrical-coordinate representation of color #656A62: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #656A62 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 98 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.58 |
| HSL | 97.5º | 0.04% | 0.4% | - |
| HSV(B) | 97.5º | 0.08% | 0.42% | - |
| XYZ | 12.73 | 13.96 | 13.58 | - |
| YUV | 103.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 98 | 0.05 | 0 | 0.08 | 0.58 | 97.5 | 0.04 | 0.4 |
| Hex | 65 | 6A | 62 | 5 | 0 | 8 | 3A | 62 | 4 | 28 |
| Octal | 145 | 152 | 142 | 5 | 0 | 10 | 72 | 142 | 4 | 50 |
| Binary | 1100101 | 1101010 | 1100010 | 101 | 0 | 1000 | 111010 | 1100010 | 100 | 101000 |
Color Harmonies of #656A62
Complementary color
Monochromatic Colors of #656A62
Black with #656A62
Text Example
Text Example
White with #656A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A62; }
p { color: rgb(101,106,98); }
H1.HeaderClassName
{
color: #656A62;
}
.AnyTagClassName
{
color: #656A62;
}
</style>
background-color css
<style>
a { background-color: #656A62; }
a { background-color: rgb(101,106,98); }
div.DivClassName
{
background-color: #656A62;
}
.BgClassName
{
background-color: #656A62;
}
</style>
border-color css
<style>
span { border-color: #656A62; }
span { border-color: rgb(101,106,98); }
td.TdClassName
{
border-color: #656A62;
}
.TagClassName
{
border-color: #656A62;
}
</style>