Shades of Axolotl #65725F
Tints of Axolotl #65725F
RGB
CMYK
RGB Variations
Color information
#65725F (or 0x65725F) is known color: Axolotl. HEX triplet: 65, 72 and 5F. RGB value is (101,114,95). Sum of RGB (Red+Green+Blue) = 101+114+95=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #65725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65725F is #9A8DA0. Grayscale: #6C6C6C. Windows color (decimal): -10128801 or 6255205. OLE color: 6255205.
HSL color Cylindrical-coordinate representation of color #65725F: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65725F is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 114 | 95 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.55 |
| HSL | 101.05º | 0.09% | 0.41% | - |
| HSV(B) | 101.05º | 0.17% | 0.45% | - |
| XYZ | 13.45 | 15.63 | 13.13 | - |
| YUV | 107.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 95 | 0.11 | 0 | 0.17 | 0.55 | 101.05 | 0.09 | 0.41 |
| Hex | 65 | 72 | 5F | B | 0 | 11 | 37 | 65 | 9 | 29 |
| Octal | 145 | 162 | 137 | 13 | 0 | 21 | 67 | 145 | 11 | 51 |
| Binary | 1100101 | 1110010 | 1011111 | 1011 | 0 | 10001 | 110111 | 1100101 | 1001 | 101001 |
Color Harmonies of #65725F
Complementary color
Monochromatic Colors of #65725F
Black with #65725F
Text Example
Text Example
White with #65725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65725F; }
p { color: rgb(101,114,95); }
H1.HeaderClassName
{
color: #65725F;
}
.AnyTagClassName
{
color: #65725F;
}
</style>
background-color css
<style>
a { background-color: #65725F; }
a { background-color: rgb(101,114,95); }
div.DivClassName
{
background-color: #65725F;
}
.BgClassName
{
background-color: #65725F;
}
</style>
border-color css
<style>
span { border-color: #65725F; }
span { border-color: rgb(101,114,95); }
td.TdClassName
{
border-color: #65725F;
}
.TagClassName
{
border-color: #65725F;
}
</style>