Shades of Axolotl #656F5F
Tints of Axolotl #656F5F
RGB
CMYK
RGB Variations
Color information
#656F5F (or 0x656F5F) is known color: Axolotl. HEX triplet: 65, 6F and 5F. RGB value is (101,111,95). Sum of RGB (Red+Green+Blue) = 101+111+95=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 111 - color contains mainly: green. Hex color #656F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F5F is #9A90A0. Grayscale: #6A6A6A. Windows color (decimal): -10129569 or 6254437. OLE color: 6254437.
HSL color Cylindrical-coordinate representation of color #656F5F: hue angle of 97.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656F5F is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 95 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.56 |
| HSL | 97.5º | 0.08% | 0.4% | - |
| HSV(B) | 97.5º | 0.14% | 0.44% | - |
| XYZ | 13.12 | 14.96 | 13.02 | - |
| YUV | 106.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 95 | 0.09 | 0 | 0.14 | 0.56 | 97.5 | 0.08 | 0.4 |
| Hex | 65 | 6F | 5F | 9 | 0 | E | 38 | 62 | 8 | 28 |
| Octal | 145 | 157 | 137 | 11 | 0 | 16 | 70 | 142 | 10 | 50 |
| Binary | 1100101 | 1101111 | 1011111 | 1001 | 0 | 1110 | 111000 | 1100010 | 1000 | 101000 |
Color Harmonies of #656F5F
Complementary color
Monochromatic Colors of #656F5F
Black with #656F5F
Text Example
Text Example
White with #656F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F5F; }
p { color: rgb(101,111,95); }
H1.HeaderClassName
{
color: #656F5F;
}
.AnyTagClassName
{
color: #656F5F;
}
</style>
background-color css
<style>
a { background-color: #656F5F; }
a { background-color: rgb(101,111,95); }
div.DivClassName
{
background-color: #656F5F;
}
.BgClassName
{
background-color: #656F5F;
}
</style>
border-color css
<style>
span { border-color: #656F5F; }
span { border-color: rgb(101,111,95); }
td.TdClassName
{
border-color: #656F5F;
}
.TagClassName
{
border-color: #656F5F;
}
</style>