Shades of Axolotl #627355
Tints of Axolotl #627355
RGB
CMYK
RGB Variations
Color information
#627355 (or 0x627355) is known color: Axolotl. HEX triplet: 62, 73 and 55. RGB value is (98,115,85). Sum of RGB (Red+Green+Blue) = 98+115+85=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #627355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627355 is #9D8CAA. Grayscale: #6A6A6A. Windows color (decimal): -10325163 or 5600098. OLE color: 5600098.
HSL color Cylindrical-coordinate representation of color #627355: hue angle of 94º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627355 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 85 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.55 |
| HSL | 94º | 0.15% | 0.39% | - |
| HSV(B) | 94º | 0.26% | 0.45% | - |
| XYZ | 12.81 | 15.51 | 10.91 | - |
| YUV | 106.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 85 | 0.15 | 0 | 0.26 | 0.55 | 94 | 0.15 | 0.39 |
| Hex | 62 | 73 | 55 | F | 0 | 1A | 37 | 5E | F | 27 |
| Octal | 142 | 163 | 125 | 17 | 0 | 32 | 67 | 136 | 17 | 47 |
| Binary | 1100010 | 1110011 | 1010101 | 1111 | 0 | 11010 | 110111 | 1011110 | 1111 | 100111 |
Color Harmonies of #627355
Complementary color
Monochromatic Colors of #627355
Black with #627355
Text Example
Text Example
White with #627355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627355; }
p { color: rgb(98,115,85); }
H1.HeaderClassName
{
color: #627355;
}
.AnyTagClassName
{
color: #627355;
}
</style>
background-color css
<style>
a { background-color: #627355; }
a { background-color: rgb(98,115,85); }
div.DivClassName
{
background-color: #627355;
}
.BgClassName
{
background-color: #627355;
}
</style>
border-color css
<style>
span { border-color: #627355; }
span { border-color: rgb(98,115,85); }
td.TdClassName
{
border-color: #627355;
}
.TagClassName
{
border-color: #627355;
}
</style>