Shades of Axolotl #66755D
Tints of Axolotl #66755D
RGB
CMYK
RGB Variations
Color information
#66755D (or 0x66755D) is known color: Axolotl. HEX triplet: 66, 75 and 5D. RGB value is (102,117,93). Sum of RGB (Red+Green+Blue) = 102+117+93=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #66755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66755D is #998AA2. Grayscale: #6D6D6D. Windows color (decimal): -10062499 or 6124902. OLE color: 6124902.
HSL color Cylindrical-coordinate representation of color #66755D: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66755D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 93 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.54 |
| HSL | 97.5º | 0.11% | 0.41% | - |
| HSV(B) | 97.5º | 0.21% | 0.46% | - |
| XYZ | 13.82 | 16.34 | 12.78 | - |
| YUV | 109.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 93 | 0.13 | 0 | 0.21 | 0.54 | 97.5 | 0.11 | 0.41 |
| Hex | 66 | 75 | 5D | D | 0 | 15 | 36 | 62 | B | 29 |
| Octal | 146 | 165 | 135 | 15 | 0 | 25 | 66 | 142 | 13 | 51 |
| Binary | 1100110 | 1110101 | 1011101 | 1101 | 0 | 10101 | 110110 | 1100010 | 1011 | 101001 |
Color Harmonies of #66755D
Complementary color
Monochromatic Colors of #66755D
Black with #66755D
Text Example
Text Example
White with #66755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66755D; }
p { color: rgb(102,117,93); }
H1.HeaderClassName
{
color: #66755D;
}
.AnyTagClassName
{
color: #66755D;
}
</style>
background-color css
<style>
a { background-color: #66755D; }
a { background-color: rgb(102,117,93); }
div.DivClassName
{
background-color: #66755D;
}
.BgClassName
{
background-color: #66755D;
}
</style>
border-color css
<style>
span { border-color: #66755D; }
span { border-color: rgb(102,117,93); }
td.TdClassName
{
border-color: #66755D;
}
.TagClassName
{
border-color: #66755D;
}
</style>