Shades of Axolotl #656764
Tints of Axolotl #656764
RGB
CMYK
RGB Variations
Color information
#656764 (or 0x656764) is known color: Axolotl. HEX triplet: 65, 67 and 64. RGB value is (101,103,100). Sum of RGB (Red+Green+Blue) = 101+103+100=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 103 - color contains mainly: green. Hex color #656764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656764 is #9A989B. Grayscale: #666666. Windows color (decimal): -10131612 or 6580069. OLE color: 6580069.
HSL color Cylindrical-coordinate representation of color #656764: hue angle of 100º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #656764 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 100 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.60 |
| HSL | 100º | 0.01% | 0.4% | - |
| HSV(B) | 100º | 0.03% | 0.4% | - |
| XYZ | 12.52 | 13.39 | 13.98 | - |
| YUV | 102.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 100 | 0.02 | 0 | 0.03 | 0.60 | 100 | 0.01 | 0.4 |
| Hex | 65 | 67 | 64 | 2 | 0 | 3 | 3C | 64 | 1 | 28 |
| Octal | 145 | 147 | 144 | 2 | 0 | 3 | 74 | 144 | 1 | 50 |
| Binary | 1100101 | 1100111 | 1100100 | 10 | 0 | 11 | 111100 | 1100100 | 1 | 101000 |
Color Harmonies of #656764
Complementary color
Monochromatic Colors of #656764
Black with #656764
Text Example
Text Example
White with #656764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656764; }
p { color: rgb(101,103,100); }
H1.HeaderClassName
{
color: #656764;
}
.AnyTagClassName
{
color: #656764;
}
</style>
background-color css
<style>
a { background-color: #656764; }
a { background-color: rgb(101,103,100); }
div.DivClassName
{
background-color: #656764;
}
.BgClassName
{
background-color: #656764;
}
</style>
border-color css
<style>
span { border-color: #656764; }
span { border-color: rgb(101,103,100); }
td.TdClassName
{
border-color: #656764;
}
.TagClassName
{
border-color: #656764;
}
</style>