Shades of Axolotl #65795D
Tints of Axolotl #65795D
RGB
CMYK
RGB Variations
Color information
#65795D (or 0x65795D) is known color: Axolotl. HEX triplet: 65, 79 and 5D. RGB value is (101,121,93). Sum of RGB (Red+Green+Blue) = 101+121+93=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #65795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65795D is #9A86A2. Grayscale: #6F6F6F. Windows color (decimal): -10127011 or 6125925. OLE color: 6125925.
HSL color Cylindrical-coordinate representation of color #65795D: hue angle of 102.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65795D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 93 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.53 |
| HSL | 102.86º | 0.13% | 0.42% | - |
| HSV(B) | 102.86º | 0.23% | 0.47% | - |
| XYZ | 14.18 | 17.23 | 12.93 | - |
| YUV | 111.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 93 | 0.17 | 0 | 0.23 | 0.53 | 102.86 | 0.13 | 0.42 |
| Hex | 65 | 79 | 5D | 11 | 0 | 17 | 35 | 67 | D | 2A |
| Octal | 145 | 171 | 135 | 21 | 0 | 27 | 65 | 147 | 15 | 52 |
| Binary | 1100101 | 1111001 | 1011101 | 10001 | 0 | 10111 | 110101 | 1100111 | 1101 | 101010 |
Color Harmonies of #65795D
Complementary color
Monochromatic Colors of #65795D
Black with #65795D
Text Example
Text Example
White with #65795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65795D; }
p { color: rgb(101,121,93); }
H1.HeaderClassName
{
color: #65795D;
}
.AnyTagClassName
{
color: #65795D;
}
</style>
background-color css
<style>
a { background-color: #65795D; }
a { background-color: rgb(101,121,93); }
div.DivClassName
{
background-color: #65795D;
}
.BgClassName
{
background-color: #65795D;
}
</style>
border-color css
<style>
span { border-color: #65795D; }
span { border-color: rgb(101,121,93); }
td.TdClassName
{
border-color: #65795D;
}
.TagClassName
{
border-color: #65795D;
}
</style>