Shades of Axolotl #616C5A
Tints of Axolotl #616C5A
RGB
CMYK
RGB Variations
Color information
#616C5A (or 0x616C5A) is known color: Axolotl. HEX triplet: 61, 6C and 5A. RGB value is (97,108,90). Sum of RGB (Red+Green+Blue) = 97+108+90=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 108 - color contains mainly: green. Hex color #616C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C5A is #9E93A5. Grayscale: #666666. Windows color (decimal): -10392486 or 5925985. OLE color: 5925985.
HSL color Cylindrical-coordinate representation of color #616C5A: hue angle of 96.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616C5A is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 108 | 90 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.58 |
| HSL | 96.67º | 0.09% | 0.39% | - |
| HSV(B) | 96.67º | 0.17% | 0.42% | - |
| XYZ | 12.14 | 14 | 11.74 | - |
| YUV | 102.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 90 | 0.10 | 0 | 0.17 | 0.58 | 96.67 | 0.09 | 0.39 |
| Hex | 61 | 6C | 5A | A | 0 | 11 | 3A | 61 | 9 | 27 |
| Octal | 141 | 154 | 132 | 12 | 0 | 21 | 72 | 141 | 11 | 47 |
| Binary | 1100001 | 1101100 | 1011010 | 1010 | 0 | 10001 | 111010 | 1100001 | 1001 | 100111 |
Color Harmonies of #616C5A
Complementary color
Monochromatic Colors of #616C5A
Black with #616C5A
Text Example
Text Example
White with #616C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C5A; }
p { color: rgb(97,108,90); }
H1.HeaderClassName
{
color: #616C5A;
}
.AnyTagClassName
{
color: #616C5A;
}
</style>
background-color css
<style>
a { background-color: #616C5A; }
a { background-color: rgb(97,108,90); }
div.DivClassName
{
background-color: #616C5A;
}
.BgClassName
{
background-color: #616C5A;
}
</style>
border-color css
<style>
span { border-color: #616C5A; }
span { border-color: rgb(97,108,90); }
td.TdClassName
{
border-color: #616C5A;
}
.TagClassName
{
border-color: #616C5A;
}
</style>