Shades of Axolotl #63715D
Tints of Axolotl #63715D
RGB
CMYK
RGB Variations
Color information
#63715D (or 0x63715D) is known color: Axolotl. HEX triplet: 63, 71 and 5D. RGB value is (99,113,93). Sum of RGB (Red+Green+Blue) = 99+113+93=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #63715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63715D is #9C8EA2. Grayscale: #6A6A6A. Windows color (decimal): -10260131 or 6123875. OLE color: 6123875.
HSL color Cylindrical-coordinate representation of color #63715D: hue angle of 102º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #63715D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 113 | 93 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.56 |
| HSL | 102º | 0.1% | 0.4% | - |
| HSV(B) | 102º | 0.18% | 0.44% | - |
| XYZ | 13.03 | 15.25 | 12.61 | - |
| YUV | 106.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 93 | 0.12 | 0 | 0.18 | 0.56 | 102 | 0.1 | 0.4 |
| Hex | 63 | 71 | 5D | C | 0 | 12 | 38 | 66 | A | 28 |
| Octal | 143 | 161 | 135 | 14 | 0 | 22 | 70 | 146 | 12 | 50 |
| Binary | 1100011 | 1110001 | 1011101 | 1100 | 0 | 10010 | 111000 | 1100110 | 1010 | 101000 |
Color Harmonies of #63715D
Complementary color
Monochromatic Colors of #63715D
Black with #63715D
Text Example
Text Example
White with #63715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63715D; }
p { color: rgb(99,113,93); }
H1.HeaderClassName
{
color: #63715D;
}
.AnyTagClassName
{
color: #63715D;
}
</style>
background-color css
<style>
a { background-color: #63715D; }
a { background-color: rgb(99,113,93); }
div.DivClassName
{
background-color: #63715D;
}
.BgClassName
{
background-color: #63715D;
}
</style>
border-color css
<style>
span { border-color: #63715D; }
span { border-color: rgb(99,113,93); }
td.TdClassName
{
border-color: #63715D;
}
.TagClassName
{
border-color: #63715D;
}
</style>