Shades of Axolotl #66815C
Tints of Axolotl #66815C
RGB
CMYK
RGB Variations
Color information
#66815C (or 0x66815C) is known color: Axolotl. HEX triplet: 66, 81 and 5C. RGB value is (102,129,92). Sum of RGB (Red+Green+Blue) = 102+129+92=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #66815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66815C is #997EA3. Grayscale: #747474. Windows color (decimal): -10059428 or 6062438. OLE color: 6062438.
HSL color Cylindrical-coordinate representation of color #66815C: hue angle of 103.78º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66815C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 92 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.49 |
| HSL | 103.78º | 0.17% | 0.43% | - |
| HSV(B) | 103.78º | 0.29% | 0.51% | - |
| XYZ | 15.26 | 19.3 | 13.05 | - |
| YUV | 116.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 92 | 0.21 | 0 | 0.29 | 0.49 | 103.78 | 0.17 | 0.43 |
| Hex | 66 | 81 | 5C | 15 | 0 | 1D | 31 | 68 | 11 | 2B |
| Octal | 146 | 201 | 134 | 25 | 0 | 35 | 61 | 150 | 21 | 53 |
| Binary | 1100110 | 10000001 | 1011100 | 10101 | 0 | 11101 | 110001 | 1101000 | 10001 | 101011 |
Color Harmonies of #66815C
Complementary color
Monochromatic Colors of #66815C
Black with #66815C
Text Example
Text Example
White with #66815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66815C; }
p { color: rgb(102,129,92); }
H1.HeaderClassName
{
color: #66815C;
}
.AnyTagClassName
{
color: #66815C;
}
</style>
background-color css
<style>
a { background-color: #66815C; }
a { background-color: rgb(102,129,92); }
div.DivClassName
{
background-color: #66815C;
}
.BgClassName
{
background-color: #66815C;
}
</style>
border-color css
<style>
span { border-color: #66815C; }
span { border-color: rgb(102,129,92); }
td.TdClassName
{
border-color: #66815C;
}
.TagClassName
{
border-color: #66815C;
}
</style>