Shades of Axolotl #6B845C
Tints of Axolotl #6B845C
RGB
CMYK
RGB Variations
Color information
#6B845C (or 0x6B845C) is known color: Axolotl. HEX triplet: 6B, 84 and 5C. RGB value is (107,132,92). Sum of RGB (Red+Green+Blue) = 107+132+92=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #6B845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B845C is #947BA3. Grayscale: #787878. Windows color (decimal): -9730980 or 6063211. OLE color: 6063211.
HSL color Cylindrical-coordinate representation of color #6B845C: hue angle of 97.5º 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 #6B845C is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 92 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.48 |
| HSL | 97.5º | 0.18% | 0.44% | - |
| HSV(B) | 97.5º | 0.3% | 0.52% | - |
| XYZ | 16.25 | 20.4 | 13.21 | - |
| YUV | 119.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 92 | 0.19 | 0 | 0.30 | 0.48 | 97.5 | 0.18 | 0.44 |
| Hex | 6B | 84 | 5C | 13 | 0 | 1E | 30 | 62 | 12 | 2C |
| Octal | 153 | 204 | 134 | 23 | 0 | 36 | 60 | 142 | 22 | 54 |
| Binary | 1101011 | 10000100 | 1011100 | 10011 | 0 | 11110 | 110000 | 1100010 | 10010 | 101100 |
Color Harmonies of #6B845C
Complementary color
Monochromatic Colors of #6B845C
Black with #6B845C
Text Example
Text Example
White with #6B845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B845C; }
p { color: rgb(107,132,92); }
H1.HeaderClassName
{
color: #6B845C;
}
.AnyTagClassName
{
color: #6B845C;
}
</style>
background-color css
<style>
a { background-color: #6B845C; }
a { background-color: rgb(107,132,92); }
div.DivClassName
{
background-color: #6B845C;
}
.BgClassName
{
background-color: #6B845C;
}
</style>
border-color css
<style>
span { border-color: #6B845C; }
span { border-color: rgb(107,132,92); }
td.TdClassName
{
border-color: #6B845C;
}
.TagClassName
{
border-color: #6B845C;
}
</style>