Shades of Axolotl #656F60
Tints of Axolotl #656F60
RGB
CMYK
RGB Variations
Color information
#656F60 (or 0x656F60) is known color: Axolotl. HEX triplet: 65, 6F and 60. RGB value is (101,111,96). Sum of RGB (Red+Green+Blue) = 101+111+96=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 111 - color contains mainly: green. Hex color #656F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F60 is #9A909F. Grayscale: #6A6A6A. Windows color (decimal): -10129568 or 6319973. OLE color: 6319973.
HSL color Cylindrical-coordinate representation of color #656F60: hue angle of 100º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656F60 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 96 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.56 |
| HSL | 100º | 0.07% | 0.41% | - |
| HSV(B) | 100º | 0.14% | 0.44% | - |
| XYZ | 13.16 | 14.98 | 13.26 | - |
| YUV | 106.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 96 | 0.09 | 0 | 0.14 | 0.56 | 100 | 0.07 | 0.41 |
| Hex | 65 | 6F | 60 | 9 | 0 | E | 38 | 64 | 7 | 29 |
| Octal | 145 | 157 | 140 | 11 | 0 | 16 | 70 | 144 | 7 | 51 |
| Binary | 1100101 | 1101111 | 1100000 | 1001 | 0 | 1110 | 111000 | 1100100 | 111 | 101001 |
Color Harmonies of #656F60
Complementary color
Monochromatic Colors of #656F60
Black with #656F60
Text Example
Text Example
White with #656F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F60; }
p { color: rgb(101,111,96); }
H1.HeaderClassName
{
color: #656F60;
}
.AnyTagClassName
{
color: #656F60;
}
</style>
background-color css
<style>
a { background-color: #656F60; }
a { background-color: rgb(101,111,96); }
div.DivClassName
{
background-color: #656F60;
}
.BgClassName
{
background-color: #656F60;
}
</style>
border-color css
<style>
span { border-color: #656F60; }
span { border-color: rgb(101,111,96); }
td.TdClassName
{
border-color: #656F60;
}
.TagClassName
{
border-color: #656F60;
}
</style>