Shades of Axolotl #6C706A
Tints of Axolotl #6C706A
RGB
CMYK
RGB Variations
Color information
#6C706A (or 0x6C706A) is known color: Axolotl. HEX triplet: 6C, 70 and 6A. RGB value is (108,112,106). Sum of RGB (Red+Green+Blue) = 108+112+106=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 112 - color contains mainly: green. Hex color #6C706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C706A is #938F95. Grayscale: #6E6E6E. Windows color (decimal): -9670550 or 6975596. OLE color: 6975596.
HSL color Cylindrical-coordinate representation of color #6C706A: hue angle of 100º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6C706A is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 106 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.56 |
| HSL | 100º | 0.03% | 0.43% | - |
| HSV(B) | 100º | 0.05% | 0.44% | - |
| XYZ | 14.58 | 15.82 | 15.92 | - |
| YUV | 110.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 106 | 0.04 | 0 | 0.05 | 0.56 | 100 | 0.03 | 0.43 |
| Hex | 6C | 70 | 6A | 4 | 0 | 5 | 38 | 64 | 3 | 2B |
| Octal | 154 | 160 | 152 | 4 | 0 | 5 | 70 | 144 | 3 | 53 |
| Binary | 1101100 | 1110000 | 1101010 | 100 | 0 | 101 | 111000 | 1100100 | 11 | 101011 |
Color Harmonies of #6C706A
Complementary color
Monochromatic Colors of #6C706A
Black with #6C706A
Text Example
Text Example
White with #6C706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C706A; }
p { color: rgb(108,112,106); }
H1.HeaderClassName
{
color: #6C706A;
}
.AnyTagClassName
{
color: #6C706A;
}
</style>
background-color css
<style>
a { background-color: #6C706A; }
a { background-color: rgb(108,112,106); }
div.DivClassName
{
background-color: #6C706A;
}
.BgClassName
{
background-color: #6C706A;
}
</style>
border-color css
<style>
span { border-color: #6C706A; }
span { border-color: rgb(108,112,106); }
td.TdClassName
{
border-color: #6C706A;
}
.TagClassName
{
border-color: #6C706A;
}
</style>