Shades of Axolotl #6B845D
Tints of Axolotl #6B845D
RGB
CMYK
RGB Variations
Color information
#6B845D (or 0x6B845D) is known color: Axolotl. HEX triplet: 6B, 84 and 5D. RGB value is (107,132,93). Sum of RGB (Red+Green+Blue) = 107+132+93=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #6B845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B845D is #947BA2. Grayscale: #787878. Windows color (decimal): -9730979 or 6128747. OLE color: 6128747.
HSL color Cylindrical-coordinate representation of color #6B845D: hue angle of 98.46º degrees, saturation: 0.17, 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 #6B845D is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 93 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.48 |
| HSL | 98.46º | 0.17% | 0.44% | - |
| HSV(B) | 98.46º | 0.3% | 0.52% | - |
| XYZ | 16.29 | 20.42 | 13.44 | - |
| YUV | 120.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 93 | 0.19 | 0 | 0.30 | 0.48 | 98.46 | 0.17 | 0.44 |
| Hex | 6B | 84 | 5D | 13 | 0 | 1E | 30 | 62 | 11 | 2C |
| Octal | 153 | 204 | 135 | 23 | 0 | 36 | 60 | 142 | 21 | 54 |
| Binary | 1101011 | 10000100 | 1011101 | 10011 | 0 | 11110 | 110000 | 1100010 | 10001 | 101100 |
Color Harmonies of #6B845D
Complementary color
Monochromatic Colors of #6B845D
Black with #6B845D
Text Example
Text Example
White with #6B845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B845D; }
p { color: rgb(107,132,93); }
H1.HeaderClassName
{
color: #6B845D;
}
.AnyTagClassName
{
color: #6B845D;
}
</style>
background-color css
<style>
a { background-color: #6B845D; }
a { background-color: rgb(107,132,93); }
div.DivClassName
{
background-color: #6B845D;
}
.BgClassName
{
background-color: #6B845D;
}
</style>
border-color css
<style>
span { border-color: #6B845D; }
span { border-color: rgb(107,132,93); }
td.TdClassName
{
border-color: #6B845D;
}
.TagClassName
{
border-color: #6B845D;
}
</style>