Shades of Axolotl #63705D
Tints of Axolotl #63705D
RGB
CMYK
RGB Variations
Color information
#63705D (or 0x63705D) is known color: Axolotl. HEX triplet: 63, 70 and 5D. RGB value is (99,112,93). Sum of RGB (Red+Green+Blue) = 99+112+93=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #63705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63705D is #9C8FA2. Grayscale: #6A6A6A. Windows color (decimal): -10260387 or 6123619. OLE color: 6123619.
HSL color Cylindrical-coordinate representation of color #63705D: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63705D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 112 | 93 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.56 |
| HSL | 101.05º | 0.09% | 0.4% | - |
| HSV(B) | 101.05º | 0.17% | 0.44% | - |
| XYZ | 12.92 | 15.03 | 12.58 | - |
| YUV | 105.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 93 | 0.12 | 0 | 0.17 | 0.56 | 101.05 | 0.09 | 0.4 |
| Hex | 63 | 70 | 5D | C | 0 | 11 | 38 | 65 | 9 | 28 |
| Octal | 143 | 160 | 135 | 14 | 0 | 21 | 70 | 145 | 11 | 50 |
| Binary | 1100011 | 1110000 | 1011101 | 1100 | 0 | 10001 | 111000 | 1100101 | 1001 | 101000 |
Color Harmonies of #63705D
Complementary color
Monochromatic Colors of #63705D
Black with #63705D
Text Example
Text Example
White with #63705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63705D; }
p { color: rgb(99,112,93); }
H1.HeaderClassName
{
color: #63705D;
}
.AnyTagClassName
{
color: #63705D;
}
</style>
background-color css
<style>
a { background-color: #63705D; }
a { background-color: rgb(99,112,93); }
div.DivClassName
{
background-color: #63705D;
}
.BgClassName
{
background-color: #63705D;
}
</style>
border-color css
<style>
span { border-color: #63705D; }
span { border-color: rgb(99,112,93); }
td.TdClassName
{
border-color: #63705D;
}
.TagClassName
{
border-color: #63705D;
}
</style>