Shades of Axolotl #65755B
Tints of Axolotl #65755B
RGB
CMYK
RGB Variations
Color information
#65755B (or 0x65755B) is known color: Axolotl. HEX triplet: 65, 75 and 5B. RGB value is (101,117,91). Sum of RGB (Red+Green+Blue) = 101+117+91=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #65755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65755B is #9A8AA4. Grayscale: #6D6D6D. Windows color (decimal): -10128037 or 5993829. OLE color: 5993829.
HSL color Cylindrical-coordinate representation of color #65755B: hue angle of 96.92º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65755B is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 91 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.54 |
| HSL | 96.92º | 0.13% | 0.41% | - |
| HSV(B) | 96.92º | 0.22% | 0.46% | - |
| XYZ | 13.62 | 16.24 | 12.32 | - |
| YUV | 109.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 91 | 0.14 | 0 | 0.22 | 0.54 | 96.92 | 0.13 | 0.41 |
| Hex | 65 | 75 | 5B | E | 0 | 16 | 36 | 61 | C | 29 |
| Octal | 145 | 165 | 133 | 16 | 0 | 26 | 66 | 141 | 14 | 51 |
| Binary | 1100101 | 1110101 | 1011011 | 1110 | 0 | 10110 | 110110 | 1100001 | 1100 | 101001 |
Color Harmonies of #65755B
Complementary color
Monochromatic Colors of #65755B
Black with #65755B
Text Example
Text Example
White with #65755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65755B; }
p { color: rgb(101,117,91); }
H1.HeaderClassName
{
color: #65755B;
}
.AnyTagClassName
{
color: #65755B;
}
</style>
background-color css
<style>
a { background-color: #65755B; }
a { background-color: rgb(101,117,91); }
div.DivClassName
{
background-color: #65755B;
}
.BgClassName
{
background-color: #65755B;
}
</style>
border-color css
<style>
span { border-color: #65755B; }
span { border-color: rgb(101,117,91); }
td.TdClassName
{
border-color: #65755B;
}
.TagClassName
{
border-color: #65755B;
}
</style>