Shades of Axolotl #66795E
Tints of Axolotl #66795E
RGB
CMYK
RGB Variations
Color information
#66795E (or 0x66795E) is known color: Axolotl. HEX triplet: 66, 79 and 5E. RGB value is (102,121,94). Sum of RGB (Red+Green+Blue) = 102+121+94=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #66795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66795E is #9986A1. Grayscale: #707070. Windows color (decimal): -10061474 or 6191462. OLE color: 6191462.
HSL color Cylindrical-coordinate representation of color #66795E: hue angle of 102.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66795E is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 94 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.53 |
| HSL | 102.22º | 0.13% | 0.42% | - |
| HSV(B) | 102.22º | 0.22% | 0.47% | - |
| XYZ | 14.34 | 17.31 | 13.17 | - |
| YUV | 112.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 94 | 0.16 | 0 | 0.22 | 0.53 | 102.22 | 0.13 | 0.42 |
| Hex | 66 | 79 | 5E | 10 | 0 | 16 | 35 | 66 | D | 2A |
| Octal | 146 | 171 | 136 | 20 | 0 | 26 | 65 | 146 | 15 | 52 |
| Binary | 1100110 | 1111001 | 1011110 | 10000 | 0 | 10110 | 110101 | 1100110 | 1101 | 101010 |
Color Harmonies of #66795E
Complementary color
Monochromatic Colors of #66795E
Black with #66795E
Text Example
Text Example
White with #66795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66795E; }
p { color: rgb(102,121,94); }
H1.HeaderClassName
{
color: #66795E;
}
.AnyTagClassName
{
color: #66795E;
}
</style>
background-color css
<style>
a { background-color: #66795E; }
a { background-color: rgb(102,121,94); }
div.DivClassName
{
background-color: #66795E;
}
.BgClassName
{
background-color: #66795E;
}
</style>
border-color css
<style>
span { border-color: #66795E; }
span { border-color: rgb(102,121,94); }
td.TdClassName
{
border-color: #66795E;
}
.TagClassName
{
border-color: #66795E;
}
</style>