Shades of Axolotl #65815A
Tints of Axolotl #65815A
RGB
CMYK
RGB Variations
Color information
#65815A (or 0x65815A) is known color: Axolotl. HEX triplet: 65, 81 and 5A. RGB value is (101,129,90). Sum of RGB (Red+Green+Blue) = 101+129+90=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #65815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65815A is #9A7EA5. Grayscale: #747474. Windows color (decimal): -10124966 or 5931365. OLE color: 5931365.
HSL color Cylindrical-coordinate representation of color #65815A: hue angle of 103.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65815A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 90 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.49 |
| HSL | 103.08º | 0.18% | 0.43% | - |
| HSV(B) | 103.08º | 0.3% | 0.51% | - |
| XYZ | 15.06 | 19.21 | 12.59 | - |
| YUV | 116.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 90 | 0.22 | 0 | 0.30 | 0.49 | 103.08 | 0.18 | 0.43 |
| Hex | 65 | 81 | 5A | 16 | 0 | 1E | 31 | 67 | 12 | 2B |
| Octal | 145 | 201 | 132 | 26 | 0 | 36 | 61 | 147 | 22 | 53 |
| Binary | 1100101 | 10000001 | 1011010 | 10110 | 0 | 11110 | 110001 | 1100111 | 10010 | 101011 |
Color Harmonies of #65815A
Complementary color
Monochromatic Colors of #65815A
Black with #65815A
Text Example
Text Example
White with #65815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65815A; }
p { color: rgb(101,129,90); }
H1.HeaderClassName
{
color: #65815A;
}
.AnyTagClassName
{
color: #65815A;
}
</style>
background-color css
<style>
a { background-color: #65815A; }
a { background-color: rgb(101,129,90); }
div.DivClassName
{
background-color: #65815A;
}
.BgClassName
{
background-color: #65815A;
}
</style>
border-color css
<style>
span { border-color: #65815A; }
span { border-color: rgb(101,129,90); }
td.TdClassName
{
border-color: #65815A;
}
.TagClassName
{
border-color: #65815A;
}
</style>