Shades of Axolotl #647A53
Tints of Axolotl #647A53
RGB
CMYK
RGB Variations
Color information
#647A53 (or 0x647A53) is known color: Axolotl. HEX triplet: 64, 7A and 53. RGB value is (100,122,83). Sum of RGB (Red+Green+Blue) = 100+122+83=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #647A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A53 is #9B85AC. Grayscale: #6F6F6F. Windows color (decimal): -10192301 or 5470820. OLE color: 5470820.
HSL color Cylindrical-coordinate representation of color #647A53: hue angle of 93.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647A53 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 83 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.52 |
| HSL | 93.85º | 0.19% | 0.4% | - |
| HSV(B) | 93.85º | 0.32% | 0.48% | - |
| XYZ | 13.78 | 17.25 | 10.79 | - |
| YUV | 110.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 83 | 0.18 | 0 | 0.32 | 0.52 | 93.85 | 0.19 | 0.4 |
| Hex | 64 | 7A | 53 | 12 | 0 | 20 | 34 | 5E | 13 | 28 |
| Octal | 144 | 172 | 123 | 22 | 0 | 40 | 64 | 136 | 23 | 50 |
| Binary | 1100100 | 1111010 | 1010011 | 10010 | 0 | 100000 | 110100 | 1011110 | 10011 | 101000 |
Color Harmonies of #647A53
Complementary color
Monochromatic Colors of #647A53
Black with #647A53
Text Example
Text Example
White with #647A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A53; }
p { color: rgb(100,122,83); }
H1.HeaderClassName
{
color: #647A53;
}
.AnyTagClassName
{
color: #647A53;
}
</style>
background-color css
<style>
a { background-color: #647A53; }
a { background-color: rgb(100,122,83); }
div.DivClassName
{
background-color: #647A53;
}
.BgClassName
{
background-color: #647A53;
}
</style>
border-color css
<style>
span { border-color: #647A53; }
span { border-color: rgb(100,122,83); }
td.TdClassName
{
border-color: #647A53;
}
.TagClassName
{
border-color: #647A53;
}
</style>