Shades of Axolotl #64765B
Tints of Axolotl #64765B
RGB
CMYK
RGB Variations
Color information
#64765B (or 0x64765B) is known color: Axolotl. HEX triplet: 64, 76 and 5B. RGB value is (100,118,91). Sum of RGB (Red+Green+Blue) = 100+118+91=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #64765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64765B is #9B89A4. Grayscale: #6D6D6D. Windows color (decimal): -10193317 or 5994084. OLE color: 5994084.
HSL color Cylindrical-coordinate representation of color #64765B: hue angle of 100º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64765B is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 118 | 91 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.54 |
| HSL | 100º | 0.13% | 0.41% | - |
| HSV(B) | 100º | 0.23% | 0.46% | - |
| XYZ | 13.62 | 16.42 | 12.35 | - |
| YUV | 109.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 91 | 0.15 | 0 | 0.23 | 0.54 | 100 | 0.13 | 0.41 |
| Hex | 64 | 76 | 5B | F | 0 | 17 | 36 | 64 | D | 29 |
| Octal | 144 | 166 | 133 | 17 | 0 | 27 | 66 | 144 | 15 | 51 |
| Binary | 1100100 | 1110110 | 1011011 | 1111 | 0 | 10111 | 110110 | 1100100 | 1101 | 101001 |
Color Harmonies of #64765B
Complementary color
Monochromatic Colors of #64765B
Black with #64765B
Text Example
Text Example
White with #64765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64765B; }
p { color: rgb(100,118,91); }
H1.HeaderClassName
{
color: #64765B;
}
.AnyTagClassName
{
color: #64765B;
}
</style>
background-color css
<style>
a { background-color: #64765B; }
a { background-color: rgb(100,118,91); }
div.DivClassName
{
background-color: #64765B;
}
.BgClassName
{
background-color: #64765B;
}
</style>
border-color css
<style>
span { border-color: #64765B; }
span { border-color: rgb(100,118,91); }
td.TdClassName
{
border-color: #64765B;
}
.TagClassName
{
border-color: #64765B;
}
</style>