#606E57

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

Shades of Axolotl #606E57

Tints of Axolotl #606E57

Color information

#606E57 (or 0x606E57) is unknown color: approx Axolotl. HEX triplet: 60, 6E and 57. RGB value is (96,110,87). Sum of RGB (Red+Green+Blue) = 96+110+87=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #606E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E57 is #9F91A8. Grayscale: #676767. Windows color (decimal): -10457513 or 5729888. OLE color: 5729888.

HSL color Cylindrical-coordinate representation of color #606E57: hue angle of 96.52º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606E57 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB9611087-
CMYK0.1300.210.57
HSL96.52º11.68%38.63%-
HSV(B)96.52º20.91%43.14%-
XYZ12.1214.3311.14-
YUV103.19118.86122.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=32.76%
G=37.54%
B=29.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96110870.1300.210.5796.5211.6838.63
Hex606E57D0153961c27
Octal14015612715025711411447
Binary110000011011101010111110101010111100111000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606E57; }

 p { color: rgb(96,110,87); }

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

<style>
 a { background-color: #606E57; }

 a { background-color: rgb(96,110,87); }

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

<style>
 span { border-color: #606E57; }

 span { border-color: rgb(96,110,87); }

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