#606B58

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

Shades of Axolotl #606B58

Tints of Axolotl #606B58

Color information

#606B58 (or 0x606B58) is unknown color: approx Axolotl. HEX triplet: 60, 6B and 58. RGB value is (96,107,88). Sum of RGB (Red+Green+Blue) = 96+107+88=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #606B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B58 is #9F94A7. Grayscale: #656565. Windows color (decimal): -10458280 or 5794656. OLE color: 5794656.

HSL color Cylindrical-coordinate representation of color #606B58: hue angle of 94.74º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606B58 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB9610788-
CMYK0.1000.180.58
HSL94.74º9.74%38.24%-
HSV(B)94.74º17.76%41.96%-
XYZ11.8413.7111.25-
YUV101.54120.36124.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=32.99%
G=36.77%
B=30.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96107880.1000.180.5894.749.7438.24
Hex606B58A0123A5fa26
Octal14015313012022721371246
Binary110000011010111011000101001001011101010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,107,88); }

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

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

 a { background-color: rgb(96,107,88); }

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

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

 span { border-color: rgb(96,107,88); }

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