Shades of Axolotl #65815C
Tints of Axolotl #65815C
RGB
CMYK
RGB Variations
Color information
#65815C (or 0x65815C) is known color: Axolotl. HEX triplet: 65, 81 and 5C. RGB value is (101,129,92). Sum of RGB (Red+Green+Blue) = 101+129+92=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #65815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65815C is #9A7EA3. Grayscale: #747474. Windows color (decimal): -10124964 or 6062437. OLE color: 6062437.
HSL color Cylindrical-coordinate representation of color #65815C: hue angle of 105.41º 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 #65815C is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 92 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.49 |
| HSL | 105.41º | 0.17% | 0.43% | - |
| HSV(B) | 105.41º | 0.29% | 0.51% | - |
| XYZ | 15.15 | 19.24 | 13.04 | - |
| YUV | 116.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 92 | 0.22 | 0 | 0.29 | 0.49 | 105.41 | 0.17 | 0.43 |
| Hex | 65 | 81 | 5C | 16 | 0 | 1D | 31 | 69 | 11 | 2B |
| Octal | 145 | 201 | 134 | 26 | 0 | 35 | 61 | 151 | 21 | 53 |
| Binary | 1100101 | 10000001 | 1011100 | 10110 | 0 | 11101 | 110001 | 1101001 | 10001 | 101011 |
Color Harmonies of #65815C
Complementary color
Monochromatic Colors of #65815C
Black with #65815C
Text Example
Text Example
White with #65815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65815C; }
p { color: rgb(101,129,92); }
H1.HeaderClassName
{
color: #65815C;
}
.AnyTagClassName
{
color: #65815C;
}
</style>
background-color css
<style>
a { background-color: #65815C; }
a { background-color: rgb(101,129,92); }
div.DivClassName
{
background-color: #65815C;
}
.BgClassName
{
background-color: #65815C;
}
</style>
border-color css
<style>
span { border-color: #65815C; }
span { border-color: rgb(101,129,92); }
td.TdClassName
{
border-color: #65815C;
}
.TagClassName
{
border-color: #65815C;
}
</style>