Shades of Axolotl #647659
Tints of Axolotl #647659
RGB
CMYK
RGB Variations
Color information
#647659 (or 0x647659) is known color: Axolotl. HEX triplet: 64, 76 and 59. RGB value is (100,118,89). Sum of RGB (Red+Green+Blue) = 100+118+89=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #647659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647659 is #9B89A6. Grayscale: #6D6D6D. Windows color (decimal): -10193319 or 5863012. OLE color: 5863012.
HSL color Cylindrical-coordinate representation of color #647659: hue angle of 97.24º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647659 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 89 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.54 |
| HSL | 97.24º | 0.14% | 0.41% | - |
| HSV(B) | 97.24º | 0.25% | 0.46% | - |
| XYZ | 13.54 | 16.39 | 11.9 | - |
| YUV | 109.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 89 | 0.15 | 0 | 0.25 | 0.54 | 97.24 | 0.14 | 0.41 |
| Hex | 64 | 76 | 59 | F | 0 | 19 | 36 | 61 | E | 29 |
| Octal | 144 | 166 | 131 | 17 | 0 | 31 | 66 | 141 | 16 | 51 |
| Binary | 1100100 | 1110110 | 1011001 | 1111 | 0 | 11001 | 110110 | 1100001 | 1110 | 101001 |
Color Harmonies of #647659
Complementary color
Monochromatic Colors of #647659
Black with #647659
Text Example
Text Example
White with #647659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647659; }
p { color: rgb(100,118,89); }
H1.HeaderClassName
{
color: #647659;
}
.AnyTagClassName
{
color: #647659;
}
</style>
background-color css
<style>
a { background-color: #647659; }
a { background-color: rgb(100,118,89); }
div.DivClassName
{
background-color: #647659;
}
.BgClassName
{
background-color: #647659;
}
</style>
border-color css
<style>
span { border-color: #647659; }
span { border-color: rgb(100,118,89); }
td.TdClassName
{
border-color: #647659;
}
.TagClassName
{
border-color: #647659;
}
</style>