Shades of Axolotl #63705A
Tints of Axolotl #63705A
RGB
CMYK
RGB Variations
Color information
#63705A (or 0x63705A) is known color: Axolotl. HEX triplet: 63, 70 and 5A. RGB value is (99,112,90). Sum of RGB (Red+Green+Blue) = 99+112+90=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #63705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63705A is #9C8FA5. Grayscale: #696969. Windows color (decimal): -10260390 or 5927011. OLE color: 5927011.
HSL color Cylindrical-coordinate representation of color #63705A: hue angle of 95.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63705A is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 112 | 90 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.56 |
| HSL | 95.45º | 0.11% | 0.4% | - |
| HSV(B) | 95.45º | 0.2% | 0.44% | - |
| XYZ | 12.79 | 14.98 | 11.89 | - |
| YUV | 105.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 90 | 0.12 | 0 | 0.20 | 0.56 | 95.45 | 0.11 | 0.4 |
| Hex | 63 | 70 | 5A | C | 0 | 14 | 38 | 5F | B | 28 |
| Octal | 143 | 160 | 132 | 14 | 0 | 24 | 70 | 137 | 13 | 50 |
| Binary | 1100011 | 1110000 | 1011010 | 1100 | 0 | 10100 | 111000 | 1011111 | 1011 | 101000 |
Color Harmonies of #63705A
Complementary color
Monochromatic Colors of #63705A
Black with #63705A
Text Example
Text Example
White with #63705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63705A; }
p { color: rgb(99,112,90); }
H1.HeaderClassName
{
color: #63705A;
}
.AnyTagClassName
{
color: #63705A;
}
</style>
background-color css
<style>
a { background-color: #63705A; }
a { background-color: rgb(99,112,90); }
div.DivClassName
{
background-color: #63705A;
}
.BgClassName
{
background-color: #63705A;
}
</style>
border-color css
<style>
span { border-color: #63705A; }
span { border-color: rgb(99,112,90); }
td.TdClassName
{
border-color: #63705A;
}
.TagClassName
{
border-color: #63705A;
}
</style>