Shades of Axolotl #65805C
Tints of Axolotl #65805C
RGB
CMYK
RGB Variations
Color information
#65805C (or 0x65805C) is known color: Axolotl. HEX triplet: 65, 80 and 5C. RGB value is (101,128,92). Sum of RGB (Red+Green+Blue) = 101+128+92=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #65805C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65805C is #9A7FA3. Grayscale: #737373. Windows color (decimal): -10125220 or 6062181. OLE color: 6062181.
HSL color Cylindrical-coordinate representation of color #65805C: hue angle of 105º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65805C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 92 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.50 |
| HSL | 105º | 0.16% | 0.43% | - |
| HSV(B) | 105º | 0.28% | 0.5% | - |
| XYZ | 15.02 | 18.98 | 13 | - |
| YUV | 115.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 92 | 0.21 | 0 | 0.28 | 0.50 | 105 | 0.16 | 0.43 |
| Hex | 65 | 80 | 5C | 15 | 0 | 1C | 32 | 69 | 10 | 2B |
| Octal | 145 | 200 | 134 | 25 | 0 | 34 | 62 | 151 | 20 | 53 |
| Binary | 1100101 | 10000000 | 1011100 | 10101 | 0 | 11100 | 110010 | 1101001 | 10000 | 101011 |
Color Harmonies of #65805C
Complementary color
Monochromatic Colors of #65805C
Black with #65805C
Text Example
Text Example
White with #65805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65805C; }
p { color: rgb(101,128,92); }
H1.HeaderClassName
{
color: #65805C;
}
.AnyTagClassName
{
color: #65805C;
}
</style>
background-color css
<style>
a { background-color: #65805C; }
a { background-color: rgb(101,128,92); }
div.DivClassName
{
background-color: #65805C;
}
.BgClassName
{
background-color: #65805C;
}
</style>
border-color css
<style>
span { border-color: #65805C; }
span { border-color: rgb(101,128,92); }
td.TdClassName
{
border-color: #65805C;
}
.TagClassName
{
border-color: #65805C;
}
</style>