Shades of Axolotl #61675D
Tints of Axolotl #61675D
RGB
CMYK
RGB Variations
Color information
#61675D (or 0x61675D) is known color: Axolotl. HEX triplet: 61, 67 and 5D. RGB value is (97,103,93). Sum of RGB (Red+Green+Blue) = 97+103+93=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 103 - color contains mainly: green. Hex color #61675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61675D is #9E98A2. Grayscale: #646464. Windows color (decimal): -10393763 or 6121313. OLE color: 6121313.
HSL color Cylindrical-coordinate representation of color #61675D: hue angle of 96º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61675D is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 93 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.60 |
| HSL | 96º | 0.05% | 0.38% | - |
| HSV(B) | 96º | 0.1% | 0.4% | - |
| XYZ | 11.76 | 13.03 | 12.25 | - |
| YUV | 100.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 93 | 0.06 | 0 | 0.10 | 0.60 | 96 | 0.05 | 0.38 |
| Hex | 61 | 67 | 5D | 6 | 0 | A | 3C | 60 | 5 | 26 |
| Octal | 141 | 147 | 135 | 6 | 0 | 12 | 74 | 140 | 5 | 46 |
| Binary | 1100001 | 1100111 | 1011101 | 110 | 0 | 1010 | 111100 | 1100000 | 101 | 100110 |
Color Harmonies of #61675D
Complementary color
Monochromatic Colors of #61675D
Black with #61675D
Text Example
Text Example
White with #61675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61675D; }
p { color: rgb(97,103,93); }
H1.HeaderClassName
{
color: #61675D;
}
.AnyTagClassName
{
color: #61675D;
}
</style>
background-color css
<style>
a { background-color: #61675D; }
a { background-color: rgb(97,103,93); }
div.DivClassName
{
background-color: #61675D;
}
.BgClassName
{
background-color: #61675D;
}
</style>
border-color css
<style>
span { border-color: #61675D; }
span { border-color: rgb(97,103,93); }
td.TdClassName
{
border-color: #61675D;
}
.TagClassName
{
border-color: #61675D;
}
</style>