Shades of Axolotl #66745D
Tints of Axolotl #66745D
RGB
CMYK
RGB Variations
Color information
#66745D (or 0x66745D) is known color: Axolotl. HEX triplet: 66, 74 and 5D. RGB value is (102,116,93). Sum of RGB (Red+Green+Blue) = 102+116+93=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #66745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66745D is #998BA2. Grayscale: #6D6D6D. Windows color (decimal): -10062755 or 6124646. OLE color: 6124646.
HSL color Cylindrical-coordinate representation of color #66745D: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66745D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 116 | 93 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.55 |
| HSL | 96.52º | 0.11% | 0.41% | - |
| HSV(B) | 96.52º | 0.2% | 0.45% | - |
| XYZ | 13.7 | 16.11 | 12.74 | - |
| YUV | 109.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 93 | 0.12 | 0 | 0.20 | 0.55 | 96.52 | 0.11 | 0.41 |
| Hex | 66 | 74 | 5D | C | 0 | 14 | 37 | 61 | B | 29 |
| Octal | 146 | 164 | 135 | 14 | 0 | 24 | 67 | 141 | 13 | 51 |
| Binary | 1100110 | 1110100 | 1011101 | 1100 | 0 | 10100 | 110111 | 1100001 | 1011 | 101001 |
Color Harmonies of #66745D
Complementary color
Monochromatic Colors of #66745D
Black with #66745D
Text Example
Text Example
White with #66745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66745D; }
p { color: rgb(102,116,93); }
H1.HeaderClassName
{
color: #66745D;
}
.AnyTagClassName
{
color: #66745D;
}
</style>
background-color css
<style>
a { background-color: #66745D; }
a { background-color: rgb(102,116,93); }
div.DivClassName
{
background-color: #66745D;
}
.BgClassName
{
background-color: #66745D;
}
</style>
border-color css
<style>
span { border-color: #66745D; }
span { border-color: rgb(102,116,93); }
td.TdClassName
{
border-color: #66745D;
}
.TagClassName
{
border-color: #66745D;
}
</style>