Shades of Axolotl #636E5E
Tints of Axolotl #636E5E
RGB
CMYK
RGB Variations
Color information
#636E5E (or 0x636E5E) is known color: Axolotl. HEX triplet: 63, 6E and 5E. RGB value is (99,110,94). Sum of RGB (Red+Green+Blue) = 99+110+94=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 110 - color contains mainly: green. Hex color #636E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636E5E is #9C91A1. Grayscale: #686868. Windows color (decimal): -10260898 or 6188643. OLE color: 6188643.
HSL color Cylindrical-coordinate representation of color #636E5E: hue angle of 101.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636E5E is Cyan = 0.1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
RGB | 99 | 110 | 94 | - |
CMYK | 0.1 | 0 | 0.15 | 0.57 |
HSL | 101.25º | 0.08% | 0.4% | - |
HSV(B) | 101.25º | 0.15% | 0.43% | - |
XYZ | 12.74 | 14.61 | 12.74 | - |
YUV | 104.89 | 121.86 | 123.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 110 | 94 | 0.1 | 0 | 0.15 | 0.57 | 101.25 | 0.08 | 0.4 |
Hex | 63 | 6E | 5E | A | 0 | F | 39 | 65 | 8 | 28 |
Octal | 143 | 156 | 136 | 12 | 0 | 17 | 71 | 145 | 10 | 50 |
Binary | 1100011 | 1101110 | 1011110 | 1010 | 0 | 1111 | 111001 | 1100101 | 1000 | 101000 |
Color Harmonies of #636E5E
Complementary color
Monochromatic Colors of #636E5E
Black with #636E5E
Text Example
Text Example
White with #636E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E5E; }
p { color: rgb(99,110,94); }
H1.HeaderClassName
{
color: #636E5E;
}
.AnyTagClassName
{
color: #636E5E;
}
</style>
background-color css
<style>
a { background-color: #636E5E; }
a { background-color: rgb(99,110,94); }
div.DivClassName
{
background-color: #636E5E;
}
.BgClassName
{
background-color: #636E5E;
}
</style>
border-color css
<style>
span { border-color: #636E5E; }
span { border-color: rgb(99,110,94); }
td.TdClassName
{
border-color: #636E5E;
}
.TagClassName
{
border-color: #636E5E;
}
</style>