Shades of Axolotl #646F5D
Tints of Axolotl #646F5D
RGB
CMYK
RGB Variations
Color information
#646F5D (or 0x646F5D) is known color: Axolotl. HEX triplet: 64, 6F and 5D. RGB value is (100,111,93). Sum of RGB (Red+Green+Blue) = 100+111+93=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 111 - color contains mainly: green. Hex color #646F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F5D is #9B90A2. Grayscale: #696969. Windows color (decimal): -10195107 or 6123364. OLE color: 6123364.
HSL color Cylindrical-coordinate representation of color #646F5D: hue angle of 96.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646F5D is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 111 | 93 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.56 |
| HSL | 96.67º | 0.09% | 0.4% | - |
| HSV(B) | 96.67º | 0.16% | 0.44% | - |
| XYZ | 12.92 | 14.87 | 12.55 | - |
| YUV | 105.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 93 | 0.10 | 0 | 0.16 | 0.56 | 96.67 | 0.09 | 0.4 |
| Hex | 64 | 6F | 5D | A | 0 | 10 | 38 | 61 | 9 | 28 |
| Octal | 144 | 157 | 135 | 12 | 0 | 20 | 70 | 141 | 11 | 50 |
| Binary | 1100100 | 1101111 | 1011101 | 1010 | 0 | 10000 | 111000 | 1100001 | 1001 | 101000 |
Color Harmonies of #646F5D
Complementary color
Monochromatic Colors of #646F5D
Black with #646F5D
Text Example
Text Example
White with #646F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F5D; }
p { color: rgb(100,111,93); }
H1.HeaderClassName
{
color: #646F5D;
}
.AnyTagClassName
{
color: #646F5D;
}
</style>
background-color css
<style>
a { background-color: #646F5D; }
a { background-color: rgb(100,111,93); }
div.DivClassName
{
background-color: #646F5D;
}
.BgClassName
{
background-color: #646F5D;
}
</style>
border-color css
<style>
span { border-color: #646F5D; }
span { border-color: rgb(100,111,93); }
td.TdClassName
{
border-color: #646F5D;
}
.TagClassName
{
border-color: #646F5D;
}
</style>