Shades of Axolotl #637855
Tints of Axolotl #637855
RGB
CMYK
RGB Variations
Color information
#637855 (or 0x637855) is known color: Axolotl. HEX triplet: 63, 78 and 55. RGB value is (99,120,85). Sum of RGB (Red+Green+Blue) = 99+120+85=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #637855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637855 is #9C87AA. Grayscale: #6D6D6D. Windows color (decimal): -10258347 or 5601379. OLE color: 5601379.
HSL color Cylindrical-coordinate representation of color #637855: hue angle of 96º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #637855 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 120 | 85 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.53 |
| HSL | 96º | 0.17% | 0.4% | - |
| HSV(B) | 96º | 0.29% | 0.47% | - |
| XYZ | 13.5 | 16.74 | 11.11 | - |
| YUV | 109.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 85 | 0.17 | 0 | 0.29 | 0.53 | 96 | 0.17 | 0.4 |
| Hex | 63 | 78 | 55 | 11 | 0 | 1D | 35 | 60 | 11 | 28 |
| Octal | 143 | 170 | 125 | 21 | 0 | 35 | 65 | 140 | 21 | 50 |
| Binary | 1100011 | 1111000 | 1010101 | 10001 | 0 | 11101 | 110101 | 1100000 | 10001 | 101000 |
Color Harmonies of #637855
Complementary color
Monochromatic Colors of #637855
Black with #637855
Text Example
Text Example
White with #637855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637855; }
p { color: rgb(99,120,85); }
H1.HeaderClassName
{
color: #637855;
}
.AnyTagClassName
{
color: #637855;
}
</style>
background-color css
<style>
a { background-color: #637855; }
a { background-color: rgb(99,120,85); }
div.DivClassName
{
background-color: #637855;
}
.BgClassName
{
background-color: #637855;
}
</style>
border-color css
<style>
span { border-color: #637855; }
span { border-color: rgb(99,120,85); }
td.TdClassName
{
border-color: #637855;
}
.TagClassName
{
border-color: #637855;
}
</style>