Shades of Axolotl #63755A
Tints of Axolotl #63755A
RGB
CMYK
RGB Variations
Color information
#63755A (or 0x63755A) is known color: Axolotl. HEX triplet: 63, 75 and 5A. RGB value is (99,117,90). Sum of RGB (Red+Green+Blue) = 99+117+90=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #63755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63755A is #9C8AA5. Grayscale: #6C6C6C. Windows color (decimal): -10259110 or 5928291. OLE color: 5928291.
HSL color Cylindrical-coordinate representation of color #63755A: hue angle of 100º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63755A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 90 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.54 |
| HSL | 100º | 0.13% | 0.41% | - |
| HSV(B) | 100º | 0.23% | 0.46% | - |
| XYZ | 13.35 | 16.11 | 12.08 | - |
| YUV | 108.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 90 | 0.15 | 0 | 0.23 | 0.54 | 100 | 0.13 | 0.41 |
| Hex | 63 | 75 | 5A | F | 0 | 17 | 36 | 64 | D | 29 |
| Octal | 143 | 165 | 132 | 17 | 0 | 27 | 66 | 144 | 15 | 51 |
| Binary | 1100011 | 1110101 | 1011010 | 1111 | 0 | 10111 | 110110 | 1100100 | 1101 | 101001 |
Color Harmonies of #63755A
Complementary color
Monochromatic Colors of #63755A
Black with #63755A
Text Example
Text Example
White with #63755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63755A; }
p { color: rgb(99,117,90); }
H1.HeaderClassName
{
color: #63755A;
}
.AnyTagClassName
{
color: #63755A;
}
</style>
background-color css
<style>
a { background-color: #63755A; }
a { background-color: rgb(99,117,90); }
div.DivClassName
{
background-color: #63755A;
}
.BgClassName
{
background-color: #63755A;
}
</style>
border-color css
<style>
span { border-color: #63755A; }
span { border-color: rgb(99,117,90); }
td.TdClassName
{
border-color: #63755A;
}
.TagClassName
{
border-color: #63755A;
}
</style>