Shades of Axolotl #65705E
Tints of Axolotl #65705E
RGB
CMYK
RGB Variations
Color information
#65705E (or 0x65705E) is known color: Axolotl. HEX triplet: 65, 70 and 5E. RGB value is (101,112,94). Sum of RGB (Red+Green+Blue) = 101+112+94=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #65705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65705E is #9A8FA1. Grayscale: #6A6A6A. Windows color (decimal): -10129314 or 6189157. OLE color: 6189157.
HSL color Cylindrical-coordinate representation of color #65705E: hue angle of 96.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #65705E is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 94 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.56 |
| HSL | 96.67º | 0.09% | 0.4% | - |
| HSV(B) | 96.67º | 0.16% | 0.44% | - |
| XYZ | 13.18 | 15.16 | 12.82 | - |
| YUV | 106.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 94 | 0.10 | 0 | 0.16 | 0.56 | 96.67 | 0.09 | 0.4 |
| Hex | 65 | 70 | 5E | A | 0 | 10 | 38 | 61 | 9 | 28 |
| Octal | 145 | 160 | 136 | 12 | 0 | 20 | 70 | 141 | 11 | 50 |
| Binary | 1100101 | 1110000 | 1011110 | 1010 | 0 | 10000 | 111000 | 1100001 | 1001 | 101000 |
Color Harmonies of #65705E
Complementary color
Monochromatic Colors of #65705E
Black with #65705E
Text Example
Text Example
White with #65705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65705E; }
p { color: rgb(101,112,94); }
H1.HeaderClassName
{
color: #65705E;
}
.AnyTagClassName
{
color: #65705E;
}
</style>
background-color css
<style>
a { background-color: #65705E; }
a { background-color: rgb(101,112,94); }
div.DivClassName
{
background-color: #65705E;
}
.BgClassName
{
background-color: #65705E;
}
</style>
border-color css
<style>
span { border-color: #65705E; }
span { border-color: rgb(101,112,94); }
td.TdClassName
{
border-color: #65705E;
}
.TagClassName
{
border-color: #65705E;
}
</style>