Shades of Axolotl #6B8161
Tints of Axolotl #6B8161
RGB
CMYK
RGB Variations
Color information
#6B8161 (or 0x6B8161) is known color: Axolotl. HEX triplet: 6B, 81 and 61. RGB value is (107,129,97). Sum of RGB (Red+Green+Blue) = 107+129+97=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8161 is #947E9E. Grayscale: #767676. Windows color (decimal): -9731743 or 6390123. OLE color: 6390123.
HSL color Cylindrical-coordinate representation of color #6B8161: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8161 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 97 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.49 |
| HSL | 101.25º | 0.14% | 0.44% | - |
| HSV(B) | 101.25º | 0.25% | 0.51% | - |
| XYZ | 16.07 | 19.69 | 14.26 | - |
| YUV | 118.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 97 | 0.17 | 0 | 0.25 | 0.49 | 101.25 | 0.14 | 0.44 |
| Hex | 6B | 81 | 61 | 11 | 0 | 19 | 31 | 65 | E | 2C |
| Octal | 153 | 201 | 141 | 21 | 0 | 31 | 61 | 145 | 16 | 54 |
| Binary | 1101011 | 10000001 | 1100001 | 10001 | 0 | 11001 | 110001 | 1100101 | 1110 | 101100 |
Color Harmonies of #6B8161
Complementary color
Monochromatic Colors of #6B8161
Black with #6B8161
Text Example
Text Example
White with #6B8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8161; }
p { color: rgb(107,129,97); }
H1.HeaderClassName
{
color: #6B8161;
}
.AnyTagClassName
{
color: #6B8161;
}
</style>
background-color css
<style>
a { background-color: #6B8161; }
a { background-color: rgb(107,129,97); }
div.DivClassName
{
background-color: #6B8161;
}
.BgClassName
{
background-color: #6B8161;
}
</style>
border-color css
<style>
span { border-color: #6B8161; }
span { border-color: rgb(107,129,97); }
td.TdClassName
{
border-color: #6B8161;
}
.TagClassName
{
border-color: #6B8161;
}
</style>