Shades of Axolotl #686F64
Tints of Axolotl #686F64
RGB
CMYK
RGB Variations
Color information
#686F64 (or 0x686F64) is known color: Axolotl. HEX triplet: 68, 6F and 64. RGB value is (104,111,100). Sum of RGB (Red+Green+Blue) = 104+111+100=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #686F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F64 is #97909B. Grayscale: #6B6B6B. Windows color (decimal): -9932956 or 6582120. OLE color: 6582120.
HSL color Cylindrical-coordinate representation of color #686F64: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686F64 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 100 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.56 |
| HSL | 98.18º | 0.05% | 0.41% | - |
| HSV(B) | 98.18º | 0.1% | 0.44% | - |
| XYZ | 13.69 | 15.23 | 14.27 | - |
| YUV | 107.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 100 | 0.06 | 0 | 0.10 | 0.56 | 98.18 | 0.05 | 0.41 |
| Hex | 68 | 6F | 64 | 6 | 0 | A | 38 | 62 | 5 | 29 |
| Octal | 150 | 157 | 144 | 6 | 0 | 12 | 70 | 142 | 5 | 51 |
| Binary | 1101000 | 1101111 | 1100100 | 110 | 0 | 1010 | 111000 | 1100010 | 101 | 101001 |
Color Harmonies of #686F64
Complementary color
Monochromatic Colors of #686F64
Black with #686F64
Text Example
Text Example
White with #686F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F64; }
p { color: rgb(104,111,100); }
H1.HeaderClassName
{
color: #686F64;
}
.AnyTagClassName
{
color: #686F64;
}
</style>
background-color css
<style>
a { background-color: #686F64; }
a { background-color: rgb(104,111,100); }
div.DivClassName
{
background-color: #686F64;
}
.BgClassName
{
background-color: #686F64;
}
</style>
border-color css
<style>
span { border-color: #686F64; }
span { border-color: rgb(104,111,100); }
td.TdClassName
{
border-color: #686F64;
}
.TagClassName
{
border-color: #686F64;
}
</style>