Shades of Axolotl #61685D
Tints of Axolotl #61685D
RGB
CMYK
RGB Variations
Color information
#61685D (or 0x61685D) is known color: Axolotl. HEX triplet: 61, 68 and 5D. RGB value is (97,104,93). Sum of RGB (Red+Green+Blue) = 97+104+93=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 104 - color contains mainly: green. Hex color #61685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685D is #9E97A2. Grayscale: #646464. Windows color (decimal): -10393507 or 6121569. OLE color: 6121569.
HSL color Cylindrical-coordinate representation of color #61685D: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61685D is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 104 | 93 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.59 |
| HSL | 98.18º | 0.06% | 0.39% | - |
| HSV(B) | 98.18º | 0.11% | 0.41% | - |
| XYZ | 11.86 | 13.23 | 12.29 | - |
| YUV | 100.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 93 | 0.07 | 0 | 0.11 | 0.59 | 98.18 | 0.06 | 0.39 |
| Hex | 61 | 68 | 5D | 7 | 0 | B | 3B | 62 | 6 | 27 |
| Octal | 141 | 150 | 135 | 7 | 0 | 13 | 73 | 142 | 6 | 47 |
| Binary | 1100001 | 1101000 | 1011101 | 111 | 0 | 1011 | 111011 | 1100010 | 110 | 100111 |
Color Harmonies of #61685D
Complementary color
Monochromatic Colors of #61685D
Black with #61685D
Text Example
Text Example
White with #61685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61685D; }
p { color: rgb(97,104,93); }
H1.HeaderClassName
{
color: #61685D;
}
.AnyTagClassName
{
color: #61685D;
}
</style>
background-color css
<style>
a { background-color: #61685D; }
a { background-color: rgb(97,104,93); }
div.DivClassName
{
background-color: #61685D;
}
.BgClassName
{
background-color: #61685D;
}
</style>
border-color css
<style>
span { border-color: #61685D; }
span { border-color: rgb(97,104,93); }
td.TdClassName
{
border-color: #61685D;
}
.TagClassName
{
border-color: #61685D;
}
</style>