Shades of Axolotl #66775E
Tints of Axolotl #66775E
RGB
CMYK
RGB Variations
Color information
#66775E (or 0x66775E) is known color: Axolotl. HEX triplet: 66, 77 and 5E. RGB value is (102,119,94). Sum of RGB (Red+Green+Blue) = 102+119+94=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #66775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66775E is #9988A1. Grayscale: #6F6F6F. Windows color (decimal): -10061986 or 6190950. OLE color: 6190950.
HSL color Cylindrical-coordinate representation of color #66775E: hue angle of 100.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66775E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 94 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.53 |
| HSL | 100.8º | 0.12% | 0.42% | - |
| HSV(B) | 100.8º | 0.21% | 0.47% | - |
| XYZ | 14.1 | 16.83 | 13.09 | - |
| YUV | 111.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 94 | 0.14 | 0 | 0.21 | 0.53 | 100.8 | 0.12 | 0.42 |
| Hex | 66 | 77 | 5E | E | 0 | 15 | 35 | 65 | C | 2A |
| Octal | 146 | 167 | 136 | 16 | 0 | 25 | 65 | 145 | 14 | 52 |
| Binary | 1100110 | 1110111 | 1011110 | 1110 | 0 | 10101 | 110101 | 1100101 | 1100 | 101010 |
Color Harmonies of #66775E
Complementary color
Monochromatic Colors of #66775E
Black with #66775E
Text Example
Text Example
White with #66775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66775E; }
p { color: rgb(102,119,94); }
H1.HeaderClassName
{
color: #66775E;
}
.AnyTagClassName
{
color: #66775E;
}
</style>
background-color css
<style>
a { background-color: #66775E; }
a { background-color: rgb(102,119,94); }
div.DivClassName
{
background-color: #66775E;
}
.BgClassName
{
background-color: #66775E;
}
</style>
border-color css
<style>
span { border-color: #66775E; }
span { border-color: rgb(102,119,94); }
td.TdClassName
{
border-color: #66775E;
}
.TagClassName
{
border-color: #66775E;
}
</style>