Shades of Axolotl #64745D
Tints of Axolotl #64745D
RGB
CMYK
RGB Variations
Color information
#64745D (or 0x64745D) is known color: Axolotl. HEX triplet: 64, 74 and 5D. RGB value is (100,116,93). Sum of RGB (Red+Green+Blue) = 100+116+93=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #64745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64745D is #9B8BA2. Grayscale: #6C6C6C. Windows color (decimal): -10193827 or 6124644. OLE color: 6124644.
HSL color Cylindrical-coordinate representation of color #64745D: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64745D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 116 | 93 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.55 |
| HSL | 101.74º | 0.11% | 0.41% | - |
| HSV(B) | 101.74º | 0.2% | 0.45% | - |
| XYZ | 13.48 | 15.99 | 12.73 | - |
| YUV | 108.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 93 | 0.14 | 0 | 0.20 | 0.55 | 101.74 | 0.11 | 0.41 |
| Hex | 64 | 74 | 5D | E | 0 | 14 | 37 | 66 | B | 29 |
| Octal | 144 | 164 | 135 | 16 | 0 | 24 | 67 | 146 | 13 | 51 |
| Binary | 1100100 | 1110100 | 1011101 | 1110 | 0 | 10100 | 110111 | 1100110 | 1011 | 101001 |
Color Harmonies of #64745D
Complementary color
Monochromatic Colors of #64745D
Black with #64745D
Text Example
Text Example
White with #64745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64745D; }
p { color: rgb(100,116,93); }
H1.HeaderClassName
{
color: #64745D;
}
.AnyTagClassName
{
color: #64745D;
}
</style>
background-color css
<style>
a { background-color: #64745D; }
a { background-color: rgb(100,116,93); }
div.DivClassName
{
background-color: #64745D;
}
.BgClassName
{
background-color: #64745D;
}
</style>
border-color css
<style>
span { border-color: #64745D; }
span { border-color: rgb(100,116,93); }
td.TdClassName
{
border-color: #64745D;
}
.TagClassName
{
border-color: #64745D;
}
</style>