Shades of Axolotl #65755D
Tints of Axolotl #65755D
RGB
CMYK
RGB Variations
Color information
#65755D (or 0x65755D) is known color: Axolotl. HEX triplet: 65, 75 and 5D. RGB value is (101,117,93). Sum of RGB (Red+Green+Blue) = 101+117+93=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #65755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65755D is #9A8AA2. Grayscale: #6D6D6D. Windows color (decimal): -10128035 or 6124901. OLE color: 6124901.
HSL color Cylindrical-coordinate representation of color #65755D: hue angle of 100º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65755D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 93 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.54 |
| HSL | 100º | 0.11% | 0.41% | - |
| HSV(B) | 100º | 0.21% | 0.46% | - |
| XYZ | 13.7 | 16.28 | 12.78 | - |
| YUV | 109.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 93 | 0.14 | 0 | 0.21 | 0.54 | 100 | 0.11 | 0.41 |
| Hex | 65 | 75 | 5D | E | 0 | 15 | 36 | 64 | B | 29 |
| Octal | 145 | 165 | 135 | 16 | 0 | 25 | 66 | 144 | 13 | 51 |
| Binary | 1100101 | 1110101 | 1011101 | 1110 | 0 | 10101 | 110110 | 1100100 | 1011 | 101001 |
Color Harmonies of #65755D
Complementary color
Monochromatic Colors of #65755D
Black with #65755D
Text Example
Text Example
White with #65755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65755D; }
p { color: rgb(101,117,93); }
H1.HeaderClassName
{
color: #65755D;
}
.AnyTagClassName
{
color: #65755D;
}
</style>
background-color css
<style>
a { background-color: #65755D; }
a { background-color: rgb(101,117,93); }
div.DivClassName
{
background-color: #65755D;
}
.BgClassName
{
background-color: #65755D;
}
</style>
border-color css
<style>
span { border-color: #65755D; }
span { border-color: rgb(101,117,93); }
td.TdClassName
{
border-color: #65755D;
}
.TagClassName
{
border-color: #65755D;
}
</style>