Shades of Axolotl #63725B
Tints of Axolotl #63725B
RGB
CMYK
RGB Variations
Color information
#63725B (or 0x63725B) is known color: Axolotl. HEX triplet: 63, 72 and 5B. RGB value is (99,114,91). Sum of RGB (Red+Green+Blue) = 99+114+91=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #63725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63725B is #9C8DA4. Grayscale: #6A6A6A. Windows color (decimal): -10259877 or 5993059. OLE color: 5993059.
HSL color Cylindrical-coordinate representation of color #63725B: hue angle of 99.13º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63725B is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 114 | 91 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.55 |
| HSL | 99.13º | 0.11% | 0.4% | - |
| HSV(B) | 99.13º | 0.2% | 0.45% | - |
| XYZ | 13.05 | 15.44 | 12.19 | - |
| YUV | 106.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 91 | 0.13 | 0 | 0.20 | 0.55 | 99.13 | 0.11 | 0.4 |
| Hex | 63 | 72 | 5B | D | 0 | 14 | 37 | 63 | B | 28 |
| Octal | 143 | 162 | 133 | 15 | 0 | 24 | 67 | 143 | 13 | 50 |
| Binary | 1100011 | 1110010 | 1011011 | 1101 | 0 | 10100 | 110111 | 1100011 | 1011 | 101000 |
Color Harmonies of #63725B
Complementary color
Monochromatic Colors of #63725B
Black with #63725B
Text Example
Text Example
White with #63725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63725B; }
p { color: rgb(99,114,91); }
H1.HeaderClassName
{
color: #63725B;
}
.AnyTagClassName
{
color: #63725B;
}
</style>
background-color css
<style>
a { background-color: #63725B; }
a { background-color: rgb(99,114,91); }
div.DivClassName
{
background-color: #63725B;
}
.BgClassName
{
background-color: #63725B;
}
</style>
border-color css
<style>
span { border-color: #63725B; }
span { border-color: rgb(99,114,91); }
td.TdClassName
{
border-color: #63725B;
}
.TagClassName
{
border-color: #63725B;
}
</style>