Shades of Axolotl #627655
Tints of Axolotl #627655
RGB
CMYK
RGB Variations
Color information
#627655 (or 0x627655) is known color: Axolotl. HEX triplet: 62, 76 and 55. RGB value is (98,118,85). Sum of RGB (Red+Green+Blue) = 98+118+85=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #627655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627655 is #9D89AA. Grayscale: #6C6C6C. Windows color (decimal): -10324395 or 5600866. OLE color: 5600866.
HSL color Cylindrical-coordinate representation of color #627655: hue angle of 96.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #627655 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 118 | 85 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.54 |
| HSL | 96.36º | 0.16% | 0.4% | - |
| HSV(B) | 96.36º | 0.28% | 0.46% | - |
| XYZ | 13.16 | 16.21 | 11.03 | - |
| YUV | 108.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 85 | 0.17 | 0 | 0.28 | 0.54 | 96.36 | 0.16 | 0.4 |
| Hex | 62 | 76 | 55 | 11 | 0 | 1C | 36 | 60 | 10 | 28 |
| Octal | 142 | 166 | 125 | 21 | 0 | 34 | 66 | 140 | 20 | 50 |
| Binary | 1100010 | 1110110 | 1010101 | 10001 | 0 | 11100 | 110110 | 1100000 | 10000 | 101000 |
Color Harmonies of #627655
Complementary color
Monochromatic Colors of #627655
Black with #627655
Text Example
Text Example
White with #627655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627655; }
p { color: rgb(98,118,85); }
H1.HeaderClassName
{
color: #627655;
}
.AnyTagClassName
{
color: #627655;
}
</style>
background-color css
<style>
a { background-color: #627655; }
a { background-color: rgb(98,118,85); }
div.DivClassName
{
background-color: #627655;
}
.BgClassName
{
background-color: #627655;
}
</style>
border-color css
<style>
span { border-color: #627655; }
span { border-color: rgb(98,118,85); }
td.TdClassName
{
border-color: #627655;
}
.TagClassName
{
border-color: #627655;
}
</style>