Shades of Axolotl #64725A
Tints of Axolotl #64725A
RGB
CMYK
RGB Variations
Color information
#64725A (or 0x64725A) is known color: Axolotl. HEX triplet: 64, 72 and 5A. RGB value is (100,114,90). Sum of RGB (Red+Green+Blue) = 100+114+90=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #64725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64725A is #9B8DA5. Grayscale: #6B6B6B. Windows color (decimal): -10194342 or 5927524. OLE color: 5927524.
HSL color Cylindrical-coordinate representation of color #64725A: hue angle of 95º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64725A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 90 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.55 |
| HSL | 95º | 0.12% | 0.4% | - |
| HSV(B) | 95º | 0.21% | 0.45% | - |
| XYZ | 13.12 | 15.48 | 11.97 | - |
| YUV | 107.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 90 | 0.12 | 0 | 0.21 | 0.55 | 95 | 0.12 | 0.4 |
| Hex | 64 | 72 | 5A | C | 0 | 15 | 37 | 5F | C | 28 |
| Octal | 144 | 162 | 132 | 14 | 0 | 25 | 67 | 137 | 14 | 50 |
| Binary | 1100100 | 1110010 | 1011010 | 1100 | 0 | 10101 | 110111 | 1011111 | 1100 | 101000 |
Color Harmonies of #64725A
Complementary color
Monochromatic Colors of #64725A
Black with #64725A
Text Example
Text Example
White with #64725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64725A; }
p { color: rgb(100,114,90); }
H1.HeaderClassName
{
color: #64725A;
}
.AnyTagClassName
{
color: #64725A;
}
</style>
background-color css
<style>
a { background-color: #64725A; }
a { background-color: rgb(100,114,90); }
div.DivClassName
{
background-color: #64725A;
}
.BgClassName
{
background-color: #64725A;
}
</style>
border-color css
<style>
span { border-color: #64725A; }
span { border-color: rgb(100,114,90); }
td.TdClassName
{
border-color: #64725A;
}
.TagClassName
{
border-color: #64725A;
}
</style>