Shades of Axolotl #64775D
Tints of Axolotl #64775D
RGB
CMYK
RGB Variations
Color information
#64775D (or 0x64775D) is known color: Axolotl. HEX triplet: 64, 77 and 5D. RGB value is (100,119,93). Sum of RGB (Red+Green+Blue) = 100+119+93=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #64775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64775D is #9B88A2. Grayscale: #6E6E6E. Windows color (decimal): -10193059 or 6125412. OLE color: 6125412.
HSL color Cylindrical-coordinate representation of color #64775D: hue angle of 103.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64775D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 119 | 93 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.53 |
| HSL | 103.85º | 0.12% | 0.42% | - |
| HSV(B) | 103.85º | 0.22% | 0.47% | - |
| XYZ | 13.83 | 16.69 | 12.85 | - |
| YUV | 110.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 93 | 0.16 | 0 | 0.22 | 0.53 | 103.85 | 0.12 | 0.42 |
| Hex | 64 | 77 | 5D | 10 | 0 | 16 | 35 | 68 | C | 2A |
| Octal | 144 | 167 | 135 | 20 | 0 | 26 | 65 | 150 | 14 | 52 |
| Binary | 1100100 | 1110111 | 1011101 | 10000 | 0 | 10110 | 110101 | 1101000 | 1100 | 101010 |
Color Harmonies of #64775D
Complementary color
Monochromatic Colors of #64775D
Black with #64775D
Text Example
Text Example
White with #64775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64775D; }
p { color: rgb(100,119,93); }
H1.HeaderClassName
{
color: #64775D;
}
.AnyTagClassName
{
color: #64775D;
}
</style>
background-color css
<style>
a { background-color: #64775D; }
a { background-color: rgb(100,119,93); }
div.DivClassName
{
background-color: #64775D;
}
.BgClassName
{
background-color: #64775D;
}
</style>
border-color css
<style>
span { border-color: #64775D; }
span { border-color: rgb(100,119,93); }
td.TdClassName
{
border-color: #64775D;
}
.TagClassName
{
border-color: #64775D;
}
</style>