Shades of Axolotl #66745E
Tints of Axolotl #66745E
RGB
CMYK
RGB Variations
Color information
#66745E (or 0x66745E) is known color: Axolotl. HEX triplet: 66, 74 and 5E. RGB value is (102,116,94). Sum of RGB (Red+Green+Blue) = 102+116+94=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #66745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66745E is #998BA1. Grayscale: #6D6D6D. Windows color (decimal): -10062754 or 6190182. OLE color: 6190182.
HSL color Cylindrical-coordinate representation of color #66745E: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66745E is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 116 | 94 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.55 |
| HSL | 98.18º | 0.1% | 0.41% | - |
| HSV(B) | 98.18º | 0.19% | 0.45% | - |
| XYZ | 13.75 | 16.12 | 12.98 | - |
| YUV | 109.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 94 | 0.12 | 0 | 0.19 | 0.55 | 98.18 | 0.1 | 0.41 |
| Hex | 66 | 74 | 5E | C | 0 | 13 | 37 | 62 | A | 29 |
| Octal | 146 | 164 | 136 | 14 | 0 | 23 | 67 | 142 | 12 | 51 |
| Binary | 1100110 | 1110100 | 1011110 | 1100 | 0 | 10011 | 110111 | 1100010 | 1010 | 101001 |
Color Harmonies of #66745E
Complementary color
Monochromatic Colors of #66745E
Black with #66745E
Text Example
Text Example
White with #66745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66745E; }
p { color: rgb(102,116,94); }
H1.HeaderClassName
{
color: #66745E;
}
.AnyTagClassName
{
color: #66745E;
}
</style>
background-color css
<style>
a { background-color: #66745E; }
a { background-color: rgb(102,116,94); }
div.DivClassName
{
background-color: #66745E;
}
.BgClassName
{
background-color: #66745E;
}
</style>
border-color css
<style>
span { border-color: #66745E; }
span { border-color: rgb(102,116,94); }
td.TdClassName
{
border-color: #66745E;
}
.TagClassName
{
border-color: #66745E;
}
</style>