Shades of Axolotl #616B5C
Tints of Axolotl #616B5C
RGB
CMYK
RGB Variations
Color information
#616B5C (or 0x616B5C) is known color: Axolotl. HEX triplet: 61, 6B and 5C. RGB value is (97,107,92). Sum of RGB (Red+Green+Blue) = 97+107+92=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 107 - color contains mainly: green. Hex color #616B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B5C is #9E94A3. Grayscale: #666666. Windows color (decimal): -10392740 or 6056801. OLE color: 6056801.
HSL color Cylindrical-coordinate representation of color #616B5C: hue angle of 100º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #616B5C is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 107 | 92 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.58 |
| HSL | 100º | 0.08% | 0.39% | - |
| HSV(B) | 100º | 0.14% | 0.42% | - |
| XYZ | 12.12 | 13.83 | 12.16 | - |
| YUV | 102.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 92 | 0.09 | 0 | 0.14 | 0.58 | 100 | 0.08 | 0.39 |
| Hex | 61 | 6B | 5C | 9 | 0 | E | 3A | 64 | 8 | 27 |
| Octal | 141 | 153 | 134 | 11 | 0 | 16 | 72 | 144 | 10 | 47 |
| Binary | 1100001 | 1101011 | 1011100 | 1001 | 0 | 1110 | 111010 | 1100100 | 1000 | 100111 |
Color Harmonies of #616B5C
Complementary color
Monochromatic Colors of #616B5C
Black with #616B5C
Text Example
Text Example
White with #616B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B5C; }
p { color: rgb(97,107,92); }
H1.HeaderClassName
{
color: #616B5C;
}
.AnyTagClassName
{
color: #616B5C;
}
</style>
background-color css
<style>
a { background-color: #616B5C; }
a { background-color: rgb(97,107,92); }
div.DivClassName
{
background-color: #616B5C;
}
.BgClassName
{
background-color: #616B5C;
}
</style>
border-color css
<style>
span { border-color: #616B5C; }
span { border-color: rgb(97,107,92); }
td.TdClassName
{
border-color: #616B5C;
}
.TagClassName
{
border-color: #616B5C;
}
</style>