Shades of Axolotl #627555
Tints of Axolotl #627555
RGB
CMYK
RGB Variations
Color information
#627555 (or 0x627555) is known color: Axolotl. HEX triplet: 62, 75 and 55. RGB value is (98,117,85). Sum of RGB (Red+Green+Blue) = 98+117+85=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #627555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627555 is #9D8AAA. Grayscale: #6B6B6B. Windows color (decimal): -10324651 or 5600610. OLE color: 5600610.
HSL color Cylindrical-coordinate representation of color #627555: hue angle of 95.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627555 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 117 | 85 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.54 |
| HSL | 95.63º | 0.16% | 0.4% | - |
| HSV(B) | 95.63º | 0.27% | 0.46% | - |
| XYZ | 13.04 | 15.98 | 10.99 | - |
| YUV | 107.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 85 | 0.16 | 0 | 0.27 | 0.54 | 95.63 | 0.16 | 0.4 |
| Hex | 62 | 75 | 55 | 10 | 0 | 1B | 36 | 60 | 10 | 28 |
| Octal | 142 | 165 | 125 | 20 | 0 | 33 | 66 | 140 | 20 | 50 |
| Binary | 1100010 | 1110101 | 1010101 | 10000 | 0 | 11011 | 110110 | 1100000 | 10000 | 101000 |
Color Harmonies of #627555
Complementary color
Monochromatic Colors of #627555
Black with #627555
Text Example
Text Example
White with #627555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627555; }
p { color: rgb(98,117,85); }
H1.HeaderClassName
{
color: #627555;
}
.AnyTagClassName
{
color: #627555;
}
</style>
background-color css
<style>
a { background-color: #627555; }
a { background-color: rgb(98,117,85); }
div.DivClassName
{
background-color: #627555;
}
.BgClassName
{
background-color: #627555;
}
</style>
border-color css
<style>
span { border-color: #627555; }
span { border-color: rgb(98,117,85); }
td.TdClassName
{
border-color: #627555;
}
.TagClassName
{
border-color: #627555;
}
</style>