Shades of Axolotl #6B855D
Tints of Axolotl #6B855D
RGB
CMYK
RGB Variations
Color information
#6B855D (or 0x6B855D) is known color: Axolotl. HEX triplet: 6B, 85 and 5D. RGB value is (107,133,93). Sum of RGB (Red+Green+Blue) = 107+133+93=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #6B855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B855D is #947AA2. Grayscale: #787878. Windows color (decimal): -9730723 or 6129003. OLE color: 6129003.
HSL color Cylindrical-coordinate representation of color #6B855D: hue angle of 99º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B855D is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 93 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.48 |
| HSL | 99º | 0.18% | 0.44% | - |
| HSV(B) | 99º | 0.3% | 0.52% | - |
| XYZ | 16.43 | 20.69 | 13.48 | - |
| YUV | 120.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 93 | 0.20 | 0 | 0.30 | 0.48 | 99 | 0.18 | 0.44 |
| Hex | 6B | 85 | 5D | 14 | 0 | 1E | 30 | 63 | 12 | 2C |
| Octal | 153 | 205 | 135 | 24 | 0 | 36 | 60 | 143 | 22 | 54 |
| Binary | 1101011 | 10000101 | 1011101 | 10100 | 0 | 11110 | 110000 | 1100011 | 10010 | 101100 |
Color Harmonies of #6B855D
Complementary color
Monochromatic Colors of #6B855D
Black with #6B855D
Text Example
Text Example
White with #6B855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B855D; }
p { color: rgb(107,133,93); }
H1.HeaderClassName
{
color: #6B855D;
}
.AnyTagClassName
{
color: #6B855D;
}
</style>
background-color css
<style>
a { background-color: #6B855D; }
a { background-color: rgb(107,133,93); }
div.DivClassName
{
background-color: #6B855D;
}
.BgClassName
{
background-color: #6B855D;
}
</style>
border-color css
<style>
span { border-color: #6B855D; }
span { border-color: rgb(107,133,93); }
td.TdClassName
{
border-color: #6B855D;
}
.TagClassName
{
border-color: #6B855D;
}
</style>