#656E61

Color #656E61 Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #656E61

Tints of Axolotl #656E61

Color information

#656E61 (or 0x656E61) is unknown color: approx Axolotl. HEX triplet: 65, 6E and 61. RGB value is (101,110,97). Sum of RGB (Red+Green+Blue) = 101+110+97=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 110 - color contains mainly: green. Hex color #656E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E61 is #9A919E. Grayscale: #696969. Windows color (decimal): -10129823 or 6385253. OLE color: 6385253.

HSL color Cylindrical-coordinate representation of color #656E61: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656E61 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB10111097-
CMYK0.0800.120.57
HSL101.54º6.28%40.59%-
HSV(B)101.54º11.82%43.14%-
XYZ13.114.7813.47-
YUV105.83123.02124.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=32.79%
G=35.71%
B=31.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101110970.0800.120.57101.546.2840.59
Hex656E6180C3966629
Octal1451561411001471146651
Binary1100101110111011000011000011001110011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656E61; }

 p { color: rgb(101,110,97); }

 H1.HeaderClassName
 {
   color: #656E61;
 }
 .AnyTagClassName
 {
   color: #656E61;
 }
</style>
background-color css

<style>
 a { background-color: #656E61; }

 a { background-color: rgb(101,110,97); }

 div.DivClassName
 {
   background-color: #656E61;
 }
 .BgClassName
 {
   background-color: #656E61;
 }
</style>
border-color css

<style>
 span { border-color: #656E61; }

 span { border-color: rgb(101,110,97); }

 td.TdClassName
 {
   border-color: #656E61;
 }
 .TagClassName
 {
   border-color: #656E61;
 }
</style>