Shades of Axolotl #63755B
Tints of Axolotl #63755B
RGB
CMYK
RGB Variations
Color information
#63755B (or 0x63755B) is known color: Axolotl. HEX triplet: 63, 75 and 5B. RGB value is (99,117,91). Sum of RGB (Red+Green+Blue) = 99+117+91=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #63755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63755B is #9C8AA4. Grayscale: #6C6C6C. Windows color (decimal): -10259109 or 5993827. OLE color: 5993827.
HSL color Cylindrical-coordinate representation of color #63755B: hue angle of 101.54º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63755B is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 91 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.54 |
| HSL | 101.54º | 0.13% | 0.41% | - |
| HSV(B) | 101.54º | 0.22% | 0.46% | - |
| XYZ | 13.4 | 16.13 | 12.31 | - |
| YUV | 108.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 91 | 0.15 | 0 | 0.22 | 0.54 | 101.54 | 0.13 | 0.41 |
| Hex | 63 | 75 | 5B | F | 0 | 16 | 36 | 66 | C | 29 |
| Octal | 143 | 165 | 133 | 17 | 0 | 26 | 66 | 146 | 14 | 51 |
| Binary | 1100011 | 1110101 | 1011011 | 1111 | 0 | 10110 | 110110 | 1100110 | 1100 | 101001 |
Color Harmonies of #63755B
Complementary color
Monochromatic Colors of #63755B
Black with #63755B
Text Example
Text Example
White with #63755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63755B; }
p { color: rgb(99,117,91); }
H1.HeaderClassName
{
color: #63755B;
}
.AnyTagClassName
{
color: #63755B;
}
</style>
background-color css
<style>
a { background-color: #63755B; }
a { background-color: rgb(99,117,91); }
div.DivClassName
{
background-color: #63755B;
}
.BgClassName
{
background-color: #63755B;
}
</style>
border-color css
<style>
span { border-color: #63755B; }
span { border-color: rgb(99,117,91); }
td.TdClassName
{
border-color: #63755B;
}
.TagClassName
{
border-color: #63755B;
}
</style>