Shades of Axolotl #6D7966
Tints of Axolotl #6D7966
RGB
CMYK
RGB Variations
Color information
#6D7966 (or 0x6D7966) is known color: Axolotl. HEX triplet: 6D, 79 and 66. RGB value is (109,121,102). Sum of RGB (Red+Green+Blue) = 109+121+102=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #6D7966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7966 is #928699. Grayscale: #737373. Windows color (decimal): -9602714 or 6715757. OLE color: 6715757.
HSL color Cylindrical-coordinate representation of color #6D7966: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D7966 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 121 | 102 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.53 |
| HSL | 97.89º | 0.09% | 0.44% | - |
| HSV(B) | 97.89º | 0.16% | 0.47% | - |
| XYZ | 15.54 | 17.89 | 15.2 | - |
| YUV | 115.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 102 | 0.10 | 0 | 0.16 | 0.53 | 97.89 | 0.09 | 0.44 |
| Hex | 6D | 79 | 66 | A | 0 | 10 | 35 | 62 | 9 | 2C |
| Octal | 155 | 171 | 146 | 12 | 0 | 20 | 65 | 142 | 11 | 54 |
| Binary | 1101101 | 1111001 | 1100110 | 1010 | 0 | 10000 | 110101 | 1100010 | 1001 | 101100 |
Color Harmonies of #6D7966
Complementary color
Monochromatic Colors of #6D7966
Black with #6D7966
Text Example
Text Example
White with #6D7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7966; }
p { color: rgb(109,121,102); }
H1.HeaderClassName
{
color: #6D7966;
}
.AnyTagClassName
{
color: #6D7966;
}
</style>
background-color css
<style>
a { background-color: #6D7966; }
a { background-color: rgb(109,121,102); }
div.DivClassName
{
background-color: #6D7966;
}
.BgClassName
{
background-color: #6D7966;
}
</style>
border-color css
<style>
span { border-color: #6D7966; }
span { border-color: rgb(109,121,102); }
td.TdClassName
{
border-color: #6D7966;
}
.TagClassName
{
border-color: #6D7966;
}
</style>