Shades of Axolotl #66775C
Tints of Axolotl #66775C
RGB
CMYK
RGB Variations
Color information
#66775C (or 0x66775C) is known color: Axolotl. HEX triplet: 66, 77 and 5C. RGB value is (102,119,92). Sum of RGB (Red+Green+Blue) = 102+119+92=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #66775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66775C is #9988A3. Grayscale: #6E6E6E. Windows color (decimal): -10061988 or 6059878. OLE color: 6059878.
HSL color Cylindrical-coordinate representation of color #66775C: hue angle of 97.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66775C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 92 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.53 |
| HSL | 97.78º | 0.13% | 0.41% | - |
| HSV(B) | 97.78º | 0.23% | 0.47% | - |
| XYZ | 14.01 | 16.79 | 12.63 | - |
| YUV | 110.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 92 | 0.14 | 0 | 0.23 | 0.53 | 97.78 | 0.13 | 0.41 |
| Hex | 66 | 77 | 5C | E | 0 | 17 | 35 | 62 | D | 29 |
| Octal | 146 | 167 | 134 | 16 | 0 | 27 | 65 | 142 | 15 | 51 |
| Binary | 1100110 | 1110111 | 1011100 | 1110 | 0 | 10111 | 110101 | 1100010 | 1101 | 101001 |
Color Harmonies of #66775C
Complementary color
Monochromatic Colors of #66775C
Black with #66775C
Text Example
Text Example
White with #66775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66775C; }
p { color: rgb(102,119,92); }
H1.HeaderClassName
{
color: #66775C;
}
.AnyTagClassName
{
color: #66775C;
}
</style>
background-color css
<style>
a { background-color: #66775C; }
a { background-color: rgb(102,119,92); }
div.DivClassName
{
background-color: #66775C;
}
.BgClassName
{
background-color: #66775C;
}
</style>
border-color css
<style>
span { border-color: #66775C; }
span { border-color: rgb(102,119,92); }
td.TdClassName
{
border-color: #66775C;
}
.TagClassName
{
border-color: #66775C;
}
</style>