Shades of Axolotl #62685F
Tints of Axolotl #62685F
RGB
CMYK
RGB Variations
Color information
#62685F (or 0x62685F) is known color: Axolotl. HEX triplet: 62, 68 and 5F. RGB value is (98,104,95). Sum of RGB (Red+Green+Blue) = 98+104+95=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 104 - color contains mainly: green. Hex color #62685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62685F is #9D97A0. Grayscale: #656565. Windows color (decimal): -10327969 or 6252642. OLE color: 6252642.
HSL color Cylindrical-coordinate representation of color #62685F: hue angle of 100º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #62685F is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 95 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.59 |
| HSL | 100º | 0.05% | 0.39% | - |
| HSV(B) | 100º | 0.09% | 0.41% | - |
| XYZ | 12.05 | 13.32 | 12.76 | - |
| YUV | 101.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 95 | 0.06 | 0 | 0.09 | 0.59 | 100 | 0.05 | 0.39 |
| Hex | 62 | 68 | 5F | 6 | 0 | 9 | 3B | 64 | 5 | 27 |
| Octal | 142 | 150 | 137 | 6 | 0 | 11 | 73 | 144 | 5 | 47 |
| Binary | 1100010 | 1101000 | 1011111 | 110 | 0 | 1001 | 111011 | 1100100 | 101 | 100111 |
Color Harmonies of #62685F
Complementary color
Monochromatic Colors of #62685F
Black with #62685F
Text Example
Text Example
White with #62685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62685F; }
p { color: rgb(98,104,95); }
H1.HeaderClassName
{
color: #62685F;
}
.AnyTagClassName
{
color: #62685F;
}
</style>
background-color css
<style>
a { background-color: #62685F; }
a { background-color: rgb(98,104,95); }
div.DivClassName
{
background-color: #62685F;
}
.BgClassName
{
background-color: #62685F;
}
</style>
border-color css
<style>
span { border-color: #62685F; }
span { border-color: rgb(98,104,95); }
td.TdClassName
{
border-color: #62685F;
}
.TagClassName
{
border-color: #62685F;
}
</style>