Shades of Axolotl #65715E
Tints of Axolotl #65715E
RGB
CMYK
RGB Variations
Color information
#65715E (or 0x65715E) is known color: Axolotl. HEX triplet: 65, 71 and 5E. RGB value is (101,113,94). Sum of RGB (Red+Green+Blue) = 101+113+94=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #65715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65715E is #9A8EA1. Grayscale: #6B6B6B. Windows color (decimal): -10129058 or 6189413. OLE color: 6189413.
HSL color Cylindrical-coordinate representation of color #65715E: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65715E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 113 | 94 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.56 |
| HSL | 97.89º | 0.09% | 0.41% | - |
| HSV(B) | 97.89º | 0.17% | 0.44% | - |
| XYZ | 13.29 | 15.39 | 12.86 | - |
| YUV | 107.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 94 | 0.11 | 0 | 0.17 | 0.56 | 97.89 | 0.09 | 0.41 |
| Hex | 65 | 71 | 5E | B | 0 | 11 | 38 | 62 | 9 | 29 |
| Octal | 145 | 161 | 136 | 13 | 0 | 21 | 70 | 142 | 11 | 51 |
| Binary | 1100101 | 1110001 | 1011110 | 1011 | 0 | 10001 | 111000 | 1100010 | 1001 | 101001 |
Color Harmonies of #65715E
Complementary color
Monochromatic Colors of #65715E
Black with #65715E
Text Example
Text Example
White with #65715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65715E; }
p { color: rgb(101,113,94); }
H1.HeaderClassName
{
color: #65715E;
}
.AnyTagClassName
{
color: #65715E;
}
</style>
background-color css
<style>
a { background-color: #65715E; }
a { background-color: rgb(101,113,94); }
div.DivClassName
{
background-color: #65715E;
}
.BgClassName
{
background-color: #65715E;
}
</style>
border-color css
<style>
span { border-color: #65715E; }
span { border-color: rgb(101,113,94); }
td.TdClassName
{
border-color: #65715E;
}
.TagClassName
{
border-color: #65715E;
}
</style>