Shades of Axolotl #646F5F
Tints of Axolotl #646F5F
RGB
CMYK
RGB Variations
Color information
#646F5F (or 0x646F5F) is known color: Axolotl. HEX triplet: 64, 6F and 5F. RGB value is (100,111,95). Sum of RGB (Red+Green+Blue) = 100+111+95=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #646F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F5F is #9B90A0. Grayscale: #696969. Windows color (decimal): -10195105 or 6254436. OLE color: 6254436.
HSL color Cylindrical-coordinate representation of color #646F5F: hue angle of 101.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646F5F is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 111 | 95 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.56 |
| HSL | 101.25º | 0.08% | 0.4% | - |
| HSV(B) | 101.25º | 0.14% | 0.44% | - |
| XYZ | 13.01 | 14.9 | 13.02 | - |
| YUV | 105.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 95 | 0.10 | 0 | 0.14 | 0.56 | 101.25 | 0.08 | 0.4 |
| Hex | 64 | 6F | 5F | A | 0 | E | 38 | 65 | 8 | 28 |
| Octal | 144 | 157 | 137 | 12 | 0 | 16 | 70 | 145 | 10 | 50 |
| Binary | 1100100 | 1101111 | 1011111 | 1010 | 0 | 1110 | 111000 | 1100101 | 1000 | 101000 |
Color Harmonies of #646F5F
Complementary color
Monochromatic Colors of #646F5F
Black with #646F5F
Text Example
Text Example
White with #646F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F5F; }
p { color: rgb(100,111,95); }
H1.HeaderClassName
{
color: #646F5F;
}
.AnyTagClassName
{
color: #646F5F;
}
</style>
background-color css
<style>
a { background-color: #646F5F; }
a { background-color: rgb(100,111,95); }
div.DivClassName
{
background-color: #646F5F;
}
.BgClassName
{
background-color: #646F5F;
}
</style>
border-color css
<style>
span { border-color: #646F5F; }
span { border-color: rgb(100,111,95); }
td.TdClassName
{
border-color: #646F5F;
}
.TagClassName
{
border-color: #646F5F;
}
</style>