Shades of Axolotl #647657
Tints of Axolotl #647657
RGB
CMYK
RGB Variations
Color information
#647657 (or 0x647657) is known color: Axolotl. HEX triplet: 64, 76 and 57. RGB value is (100,118,87). Sum of RGB (Red+Green+Blue) = 100+118+87=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #647657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647657 is #9B89A8. Grayscale: #6D6D6D. Windows color (decimal): -10193321 or 5731940. OLE color: 5731940.
HSL color Cylindrical-coordinate representation of color #647657: hue angle of 94.84º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #647657 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 87 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.54 |
| HSL | 94.84º | 0.15% | 0.4% | - |
| HSV(B) | 94.84º | 0.26% | 0.46% | - |
| XYZ | 13.45 | 16.35 | 11.46 | - |
| YUV | 109.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 87 | 0.15 | 0 | 0.26 | 0.54 | 94.84 | 0.15 | 0.4 |
| Hex | 64 | 76 | 57 | F | 0 | 1A | 36 | 5F | F | 28 |
| Octal | 144 | 166 | 127 | 17 | 0 | 32 | 66 | 137 | 17 | 50 |
| Binary | 1100100 | 1110110 | 1010111 | 1111 | 0 | 11010 | 110110 | 1011111 | 1111 | 101000 |
Color Harmonies of #647657
Complementary color
Monochromatic Colors of #647657
Black with #647657
Text Example
Text Example
White with #647657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647657; }
p { color: rgb(100,118,87); }
H1.HeaderClassName
{
color: #647657;
}
.AnyTagClassName
{
color: #647657;
}
</style>
background-color css
<style>
a { background-color: #647657; }
a { background-color: rgb(100,118,87); }
div.DivClassName
{
background-color: #647657;
}
.BgClassName
{
background-color: #647657;
}
</style>
border-color css
<style>
span { border-color: #647657; }
span { border-color: rgb(100,118,87); }
td.TdClassName
{
border-color: #647657;
}
.TagClassName
{
border-color: #647657;
}
</style>