Shades of Axolotl #6C7C62
Tints of Axolotl #6C7C62
RGB
CMYK
RGB Variations
Color information
#6C7C62 (or 0x6C7C62) is known color: Axolotl. HEX triplet: 6C, 7C and 62. RGB value is (108,124,98). Sum of RGB (Red+Green+Blue) = 108+124+98=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7C62 is #93839D. Grayscale: #747474. Windows color (decimal): -9667486 or 6454380. OLE color: 6454380.
HSL color Cylindrical-coordinate representation of color #6C7C62: hue angle of 96.92º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7C62 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 98 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.51 |
| HSL | 96.92º | 0.12% | 0.44% | - |
| HSV(B) | 96.92º | 0.21% | 0.49% | - |
| XYZ | 15.6 | 18.49 | 14.3 | - |
| YUV | 116.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 98 | 0.13 | 0 | 0.21 | 0.51 | 96.92 | 0.12 | 0.44 |
| Hex | 6C | 7C | 62 | D | 0 | 15 | 33 | 61 | C | 2C |
| Octal | 154 | 174 | 142 | 15 | 0 | 25 | 63 | 141 | 14 | 54 |
| Binary | 1101100 | 1111100 | 1100010 | 1101 | 0 | 10101 | 110011 | 1100001 | 1100 | 101100 |
Color Harmonies of #6C7C62
Complementary color
Monochromatic Colors of #6C7C62
Black with #6C7C62
Text Example
Text Example
White with #6C7C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C62; }
p { color: rgb(108,124,98); }
H1.HeaderClassName
{
color: #6C7C62;
}
.AnyTagClassName
{
color: #6C7C62;
}
</style>
background-color css
<style>
a { background-color: #6C7C62; }
a { background-color: rgb(108,124,98); }
div.DivClassName
{
background-color: #6C7C62;
}
.BgClassName
{
background-color: #6C7C62;
}
</style>
border-color css
<style>
span { border-color: #6C7C62; }
span { border-color: rgb(108,124,98); }
td.TdClassName
{
border-color: #6C7C62;
}
.TagClassName
{
border-color: #6C7C62;
}
</style>