Shades of Axolotl #6B7C61
Tints of Axolotl #6B7C61
RGB
CMYK
RGB Variations
Color information
#6B7C61 (or 0x6B7C61) is known color: Axolotl. HEX triplet: 6B, 7C and 61. RGB value is (107,124,97). Sum of RGB (Red+Green+Blue) = 107+124+97=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C61 is #94839E. Grayscale: #737373. Windows color (decimal): -9733023 or 6388843. OLE color: 6388843.
HSL color Cylindrical-coordinate representation of color #6B7C61: hue angle of 97.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B7C61 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 97 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.51 |
| HSL | 97.78º | 0.12% | 0.43% | - |
| HSV(B) | 97.78º | 0.22% | 0.49% | - |
| XYZ | 15.43 | 18.4 | 14.05 | - |
| YUV | 115.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 97 | 0.14 | 0 | 0.22 | 0.51 | 97.78 | 0.12 | 0.43 |
| Hex | 6B | 7C | 61 | E | 0 | 16 | 33 | 62 | C | 2B |
| Octal | 153 | 174 | 141 | 16 | 0 | 26 | 63 | 142 | 14 | 53 |
| Binary | 1101011 | 1111100 | 1100001 | 1110 | 0 | 10110 | 110011 | 1100010 | 1100 | 101011 |
Color Harmonies of #6B7C61
Complementary color
Monochromatic Colors of #6B7C61
Black with #6B7C61
Text Example
Text Example
White with #6B7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C61; }
p { color: rgb(107,124,97); }
H1.HeaderClassName
{
color: #6B7C61;
}
.AnyTagClassName
{
color: #6B7C61;
}
</style>
background-color css
<style>
a { background-color: #6B7C61; }
a { background-color: rgb(107,124,97); }
div.DivClassName
{
background-color: #6B7C61;
}
.BgClassName
{
background-color: #6B7C61;
}
</style>
border-color css
<style>
span { border-color: #6B7C61; }
span { border-color: rgb(107,124,97); }
td.TdClassName
{
border-color: #6B7C61;
}
.TagClassName
{
border-color: #6B7C61;
}
</style>