Shades of Axolotl #636E5C
Tints of Axolotl #636E5C
RGB
CMYK
RGB Variations
Color information
#636E5C (or 0x636E5C) is known color: Axolotl. HEX triplet: 63, 6E and 5C. RGB value is (99,110,92). Sum of RGB (Red+Green+Blue) = 99+110+92=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #636E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E5C is #9C91A3. Grayscale: #686868. Windows color (decimal): -10260900 or 6057571. OLE color: 6057571.
HSL color Cylindrical-coordinate representation of color #636E5C: hue angle of 96.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #636E5C is Cyan = 0.1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 110 | 92 | - |
| CMYK | 0.1 | 0 | 0.16 | 0.57 |
| HSL | 96.67º | 0.09% | 0.4% | - |
| HSV(B) | 96.67º | 0.16% | 0.43% | - |
| XYZ | 12.65 | 14.58 | 12.27 | - |
| YUV | 104.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 92 | 0.1 | 0 | 0.16 | 0.57 | 96.67 | 0.09 | 0.4 |
| Hex | 63 | 6E | 5C | A | 0 | 10 | 39 | 61 | 9 | 28 |
| Octal | 143 | 156 | 134 | 12 | 0 | 20 | 71 | 141 | 11 | 50 |
| Binary | 1100011 | 1101110 | 1011100 | 1010 | 0 | 10000 | 111001 | 1100001 | 1001 | 101000 |
Color Harmonies of #636E5C
Complementary color
Monochromatic Colors of #636E5C
Black with #636E5C
Text Example
Text Example
White with #636E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E5C; }
p { color: rgb(99,110,92); }
H1.HeaderClassName
{
color: #636E5C;
}
.AnyTagClassName
{
color: #636E5C;
}
</style>
background-color css
<style>
a { background-color: #636E5C; }
a { background-color: rgb(99,110,92); }
div.DivClassName
{
background-color: #636E5C;
}
.BgClassName
{
background-color: #636E5C;
}
</style>
border-color css
<style>
span { border-color: #636E5C; }
span { border-color: rgb(99,110,92); }
td.TdClassName
{
border-color: #636E5C;
}
.TagClassName
{
border-color: #636E5C;
}
</style>