Shades of Axolotl #65745F
Tints of Axolotl #65745F
RGB
CMYK
RGB Variations
Color information
#65745F (or 0x65745F) is known color: Axolotl. HEX triplet: 65, 74 and 5F. RGB value is (101,116,95). Sum of RGB (Red+Green+Blue) = 101+116+95=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #65745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65745F is #9A8BA0. Grayscale: #6D6D6D. Windows color (decimal): -10128289 or 6255717. OLE color: 6255717.
HSL color Cylindrical-coordinate representation of color #65745F: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65745F is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 116 | 95 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.55 |
| HSL | 102.86º | 0.1% | 0.41% | - |
| HSV(B) | 102.86º | 0.18% | 0.45% | - |
| XYZ | 13.68 | 16.08 | 13.21 | - |
| YUV | 109.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 95 | 0.13 | 0 | 0.18 | 0.55 | 102.86 | 0.1 | 0.41 |
| Hex | 65 | 74 | 5F | D | 0 | 12 | 37 | 67 | A | 29 |
| Octal | 145 | 164 | 137 | 15 | 0 | 22 | 67 | 147 | 12 | 51 |
| Binary | 1100101 | 1110100 | 1011111 | 1101 | 0 | 10010 | 110111 | 1100111 | 1010 | 101001 |
Color Harmonies of #65745F
Complementary color
Monochromatic Colors of #65745F
Black with #65745F
Text Example
Text Example
White with #65745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65745F; }
p { color: rgb(101,116,95); }
H1.HeaderClassName
{
color: #65745F;
}
.AnyTagClassName
{
color: #65745F;
}
</style>
background-color css
<style>
a { background-color: #65745F; }
a { background-color: rgb(101,116,95); }
div.DivClassName
{
background-color: #65745F;
}
.BgClassName
{
background-color: #65745F;
}
</style>
border-color css
<style>
span { border-color: #65745F; }
span { border-color: rgb(101,116,95); }
td.TdClassName
{
border-color: #65745F;
}
.TagClassName
{
border-color: #65745F;
}
</style>