Shades of Axolotl #65735F
Tints of Axolotl #65735F
RGB
CMYK
RGB Variations
Color information
#65735F (or 0x65735F) is known color: Axolotl. HEX triplet: 65, 73 and 5F. RGB value is (101,115,95). Sum of RGB (Red+Green+Blue) = 101+115+95=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #65735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65735F is #9A8CA0. Grayscale: #6C6C6C. Windows color (decimal): -10128545 or 6255461. OLE color: 6255461.
HSL color Cylindrical-coordinate representation of color #65735F: hue angle of 102º degrees, saturation: 0.1, 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 #65735F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 95 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.55 |
| HSL | 102º | 0.1% | 0.41% | - |
| HSV(B) | 102º | 0.17% | 0.45% | - |
| XYZ | 13.56 | 15.85 | 13.17 | - |
| YUV | 108.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 95 | 0.12 | 0 | 0.17 | 0.55 | 102 | 0.1 | 0.41 |
| Hex | 65 | 73 | 5F | C | 0 | 11 | 37 | 66 | A | 29 |
| Octal | 145 | 163 | 137 | 14 | 0 | 21 | 67 | 146 | 12 | 51 |
| Binary | 1100101 | 1110011 | 1011111 | 1100 | 0 | 10001 | 110111 | 1100110 | 1010 | 101001 |
Color Harmonies of #65735F
Complementary color
Monochromatic Colors of #65735F
Black with #65735F
Text Example
Text Example
White with #65735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65735F; }
p { color: rgb(101,115,95); }
H1.HeaderClassName
{
color: #65735F;
}
.AnyTagClassName
{
color: #65735F;
}
</style>
background-color css
<style>
a { background-color: #65735F; }
a { background-color: rgb(101,115,95); }
div.DivClassName
{
background-color: #65735F;
}
.BgClassName
{
background-color: #65735F;
}
</style>
border-color css
<style>
span { border-color: #65735F; }
span { border-color: rgb(101,115,95); }
td.TdClassName
{
border-color: #65735F;
}
.TagClassName
{
border-color: #65735F;
}
</style>