Shades of Axolotl #6D736A
Tints of Axolotl #6D736A
RGB
CMYK
RGB Variations
Color information
#6D736A (or 0x6D736A) is known color: Axolotl. HEX triplet: 6D, 73 and 6A. RGB value is (109,115,106). Sum of RGB (Red+Green+Blue) = 109+115+106=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 115 - color contains mainly: green. Hex color #6D736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D736A is #928C95. Grayscale: #707070. Windows color (decimal): -9604246 or 6976365. OLE color: 6976365.
HSL color Cylindrical-coordinate representation of color #6D736A: hue angle of 100º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D736A is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
RGB | 109 | 115 | 106 | - |
CMYK | 0.05 | 0 | 0.08 | 0.55 |
HSL | 100º | 0.04% | 0.43% | - |
HSV(B) | 100º | 0.08% | 0.45% | - |
XYZ | 15.04 | 16.55 | 16.04 | - |
YUV | 112.18 | 124.51 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 115 | 106 | 0.05 | 0 | 0.08 | 0.55 | 100 | 0.04 | 0.43 |
Hex | 6D | 73 | 6A | 5 | 0 | 8 | 37 | 64 | 4 | 2B |
Octal | 155 | 163 | 152 | 5 | 0 | 10 | 67 | 144 | 4 | 53 |
Binary | 1101101 | 1110011 | 1101010 | 101 | 0 | 1000 | 110111 | 1100100 | 100 | 101011 |
Color Harmonies of #6D736A
Complementary color
Monochromatic Colors of #6D736A
Black with #6D736A
Text Example
Text Example
White with #6D736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D736A; }
p { color: rgb(109,115,106); }
H1.HeaderClassName
{
color: #6D736A;
}
.AnyTagClassName
{
color: #6D736A;
}
</style>
background-color css
<style>
a { background-color: #6D736A; }
a { background-color: rgb(109,115,106); }
div.DivClassName
{
background-color: #6D736A;
}
.BgClassName
{
background-color: #6D736A;
}
</style>
border-color css
<style>
span { border-color: #6D736A; }
span { border-color: rgb(109,115,106); }
td.TdClassName
{
border-color: #6D736A;
}
.TagClassName
{
border-color: #6D736A;
}
</style>