Shades of Axolotl #607352
Tints of Axolotl #607352
RGB
CMYK
RGB Variations
Color information
#607352 (or 0x607352) is known color: Axolotl. HEX triplet: 60, 73 and 52. RGB value is (96,115,82). Sum of RGB (Red+Green+Blue) = 96+115+82=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #607352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607352 is #9F8CAD. Grayscale: #696969. Windows color (decimal): -10456238 or 5403488. OLE color: 5403488.
HSL color Cylindrical-coordinate representation of color #607352: hue angle of 94.55º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #607352 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 82 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.55 |
| HSL | 94.55º | 0.17% | 0.39% | - |
| HSV(B) | 94.55º | 0.29% | 0.45% | - |
| XYZ | 12.48 | 15.36 | 10.29 | - |
| YUV | 105.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 82 | 0.17 | 0 | 0.29 | 0.55 | 94.55 | 0.17 | 0.39 |
| Hex | 60 | 73 | 52 | 11 | 0 | 1D | 37 | 5F | 11 | 27 |
| Octal | 140 | 163 | 122 | 21 | 0 | 35 | 67 | 137 | 21 | 47 |
| Binary | 1100000 | 1110011 | 1010010 | 10001 | 0 | 11101 | 110111 | 1011111 | 10001 | 100111 |
Color Harmonies of #607352
Complementary color
Monochromatic Colors of #607352
Black with #607352
Text Example
Text Example
White with #607352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607352; }
p { color: rgb(96,115,82); }
H1.HeaderClassName
{
color: #607352;
}
.AnyTagClassName
{
color: #607352;
}
</style>
background-color css
<style>
a { background-color: #607352; }
a { background-color: rgb(96,115,82); }
div.DivClassName
{
background-color: #607352;
}
.BgClassName
{
background-color: #607352;
}
</style>
border-color css
<style>
span { border-color: #607352; }
span { border-color: rgb(96,115,82); }
td.TdClassName
{
border-color: #607352;
}
.TagClassName
{
border-color: #607352;
}
</style>