Shades of Axolotl #6B7565
Tints of Axolotl #6B7565
RGB
CMYK
RGB Variations
Color information
#6B7565 (or 0x6B7565) is known color: Axolotl. HEX triplet: 6B, 75 and 65. RGB value is (107,117,101). Sum of RGB (Red+Green+Blue) = 107+117+101=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7565 is #948A9A. Grayscale: #707070. Windows color (decimal): -9734811 or 6649195. OLE color: 6649195.
HSL color Cylindrical-coordinate representation of color #6B7565: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7565 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 101 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.54 |
| HSL | 97.5º | 0.07% | 0.43% | - |
| HSV(B) | 97.5º | 0.14% | 0.46% | - |
| XYZ | 14.77 | 16.79 | 14.77 | - |
| YUV | 112.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 101 | 0.09 | 0 | 0.14 | 0.54 | 97.5 | 0.07 | 0.43 |
| Hex | 6B | 75 | 65 | 9 | 0 | E | 36 | 62 | 7 | 2B |
| Octal | 153 | 165 | 145 | 11 | 0 | 16 | 66 | 142 | 7 | 53 |
| Binary | 1101011 | 1110101 | 1100101 | 1001 | 0 | 1110 | 110110 | 1100010 | 111 | 101011 |
Color Harmonies of #6B7565
Complementary color
Monochromatic Colors of #6B7565
Black with #6B7565
Text Example
Text Example
White with #6B7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7565; }
p { color: rgb(107,117,101); }
H1.HeaderClassName
{
color: #6B7565;
}
.AnyTagClassName
{
color: #6B7565;
}
</style>
background-color css
<style>
a { background-color: #6B7565; }
a { background-color: rgb(107,117,101); }
div.DivClassName
{
background-color: #6B7565;
}
.BgClassName
{
background-color: #6B7565;
}
</style>
border-color css
<style>
span { border-color: #6B7565; }
span { border-color: rgb(107,117,101); }
td.TdClassName
{
border-color: #6B7565;
}
.TagClassName
{
border-color: #6B7565;
}
</style>