Shades of Axolotl #6A815F
Tints of Axolotl #6A815F
RGB
CMYK
RGB Variations
Color information
#6A815F (or 0x6A815F) is known color: Axolotl. HEX triplet: 6A, 81 and 5F. RGB value is (106,129,95). Sum of RGB (Red+Green+Blue) = 106+129+95=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #6A815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A815F is #957EA0. Grayscale: #767676. Windows color (decimal): -9797281 or 6259050. OLE color: 6259050.
HSL color Cylindrical-coordinate representation of color #6A815F: hue angle of 100.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A815F is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 129 | 95 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.49 |
| HSL | 100.59º | 0.15% | 0.44% | - |
| HSV(B) | 100.59º | 0.26% | 0.51% | - |
| XYZ | 15.86 | 19.59 | 13.77 | - |
| YUV | 118.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 129 | 95 | 0.18 | 0 | 0.26 | 0.49 | 100.59 | 0.15 | 0.44 |
| Hex | 6A | 81 | 5F | 12 | 0 | 1A | 31 | 65 | F | 2C |
| Octal | 152 | 201 | 137 | 22 | 0 | 32 | 61 | 145 | 17 | 54 |
| Binary | 1101010 | 10000001 | 1011111 | 10010 | 0 | 11010 | 110001 | 1100101 | 1111 | 101100 |
Color Harmonies of #6A815F
Complementary color
Monochromatic Colors of #6A815F
Black with #6A815F
Text Example
Text Example
White with #6A815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A815F; }
p { color: rgb(106,129,95); }
H1.HeaderClassName
{
color: #6A815F;
}
.AnyTagClassName
{
color: #6A815F;
}
</style>
background-color css
<style>
a { background-color: #6A815F; }
a { background-color: rgb(106,129,95); }
div.DivClassName
{
background-color: #6A815F;
}
.BgClassName
{
background-color: #6A815F;
}
</style>
border-color css
<style>
span { border-color: #6A815F; }
span { border-color: rgb(106,129,95); }
td.TdClassName
{
border-color: #6A815F;
}
.TagClassName
{
border-color: #6A815F;
}
</style>