Shades of Axolotl #64755B
Tints of Axolotl #64755B
RGB
CMYK
RGB Variations
Color information
#64755B (or 0x64755B) is known color: Axolotl. HEX triplet: 64, 75 and 5B. RGB value is (100,117,91). Sum of RGB (Red+Green+Blue) = 100+117+91=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #64755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64755B is #9B8AA4. Grayscale: #6D6D6D. Windows color (decimal): -10193573 or 5993828. OLE color: 5993828.
HSL color Cylindrical-coordinate representation of color #64755B: hue angle of 99.23º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64755B is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 117 | 91 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.54 |
| HSL | 99.23º | 0.13% | 0.41% | - |
| HSV(B) | 99.23º | 0.22% | 0.46% | - |
| XYZ | 13.51 | 16.19 | 12.31 | - |
| YUV | 108.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 91 | 0.15 | 0 | 0.22 | 0.54 | 99.23 | 0.13 | 0.41 |
| Hex | 64 | 75 | 5B | F | 0 | 16 | 36 | 63 | C | 29 |
| Octal | 144 | 165 | 133 | 17 | 0 | 26 | 66 | 143 | 14 | 51 |
| Binary | 1100100 | 1110101 | 1011011 | 1111 | 0 | 10110 | 110110 | 1100011 | 1100 | 101001 |
Color Harmonies of #64755B
Complementary color
Monochromatic Colors of #64755B
Black with #64755B
Text Example
Text Example
White with #64755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64755B; }
p { color: rgb(100,117,91); }
H1.HeaderClassName
{
color: #64755B;
}
.AnyTagClassName
{
color: #64755B;
}
</style>
background-color css
<style>
a { background-color: #64755B; }
a { background-color: rgb(100,117,91); }
div.DivClassName
{
background-color: #64755B;
}
.BgClassName
{
background-color: #64755B;
}
</style>
border-color css
<style>
span { border-color: #64755B; }
span { border-color: rgb(100,117,91); }
td.TdClassName
{
border-color: #64755B;
}
.TagClassName
{
border-color: #64755B;
}
</style>