Shades of Axolotl #66795D
Tints of Axolotl #66795D
RGB
CMYK
RGB Variations
Color information
#66795D (or 0x66795D) is known color: Axolotl. HEX triplet: 66, 79 and 5D. RGB value is (102,121,93). Sum of RGB (Red+Green+Blue) = 102+121+93=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #66795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66795D is #9986A2. Grayscale: #707070. Windows color (decimal): -10061475 or 6125926. OLE color: 6125926.
HSL color Cylindrical-coordinate representation of color #66795D: hue angle of 100.71º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66795D is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 93 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.53 |
| HSL | 100.71º | 0.13% | 0.42% | - |
| HSV(B) | 100.71º | 0.23% | 0.47% | - |
| XYZ | 14.29 | 17.29 | 12.94 | - |
| YUV | 112.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 93 | 0.16 | 0 | 0.23 | 0.53 | 100.71 | 0.13 | 0.42 |
| Hex | 66 | 79 | 5D | 10 | 0 | 17 | 35 | 65 | D | 2A |
| Octal | 146 | 171 | 135 | 20 | 0 | 27 | 65 | 145 | 15 | 52 |
| Binary | 1100110 | 1111001 | 1011101 | 10000 | 0 | 10111 | 110101 | 1100101 | 1101 | 101010 |
Color Harmonies of #66795D
Complementary color
Monochromatic Colors of #66795D
Black with #66795D
Text Example
Text Example
White with #66795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66795D; }
p { color: rgb(102,121,93); }
H1.HeaderClassName
{
color: #66795D;
}
.AnyTagClassName
{
color: #66795D;
}
</style>
background-color css
<style>
a { background-color: #66795D; }
a { background-color: rgb(102,121,93); }
div.DivClassName
{
background-color: #66795D;
}
.BgClassName
{
background-color: #66795D;
}
</style>
border-color css
<style>
span { border-color: #66795D; }
span { border-color: rgb(102,121,93); }
td.TdClassName
{
border-color: #66795D;
}
.TagClassName
{
border-color: #66795D;
}
</style>