Shades of Axolotl #63755C
Tints of Axolotl #63755C
RGB
CMYK
RGB Variations
Color information
#63755C (or 0x63755C) is known color: Axolotl. HEX triplet: 63, 75 and 5C. RGB value is (99,117,92). Sum of RGB (Red+Green+Blue) = 99+117+92=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #63755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63755C is #9C8AA3. Grayscale: #6C6C6C. Windows color (decimal): -10259108 or 6059363. OLE color: 6059363.
HSL color Cylindrical-coordinate representation of color #63755C: hue angle of 103.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63755C is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 92 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.54 |
| HSL | 103.2º | 0.12% | 0.41% | - |
| HSV(B) | 103.2º | 0.21% | 0.46% | - |
| XYZ | 13.44 | 16.15 | 12.53 | - |
| YUV | 108.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 92 | 0.15 | 0 | 0.21 | 0.54 | 103.2 | 0.12 | 0.41 |
| Hex | 63 | 75 | 5C | F | 0 | 15 | 36 | 67 | C | 29 |
| Octal | 143 | 165 | 134 | 17 | 0 | 25 | 66 | 147 | 14 | 51 |
| Binary | 1100011 | 1110101 | 1011100 | 1111 | 0 | 10101 | 110110 | 1100111 | 1100 | 101001 |
Color Harmonies of #63755C
Complementary color
Monochromatic Colors of #63755C
Black with #63755C
Text Example
Text Example
White with #63755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63755C; }
p { color: rgb(99,117,92); }
H1.HeaderClassName
{
color: #63755C;
}
.AnyTagClassName
{
color: #63755C;
}
</style>
background-color css
<style>
a { background-color: #63755C; }
a { background-color: rgb(99,117,92); }
div.DivClassName
{
background-color: #63755C;
}
.BgClassName
{
background-color: #63755C;
}
</style>
border-color css
<style>
span { border-color: #63755C; }
span { border-color: rgb(99,117,92); }
td.TdClassName
{
border-color: #63755C;
}
.TagClassName
{
border-color: #63755C;
}
</style>