#627555

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

Shades of Axolotl #627555

Tints of Axolotl #627555

Color information

#627555 (or 0x627555) is unknown color: approx Axolotl. HEX triplet: 62, 75 and 55. RGB value is (98,117,85). Sum of RGB (Red+Green+Blue) = 98+117+85=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #627555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627555 is #9D8AAA. Grayscale: #6B6B6B. Windows color (decimal): -10324651 or 5600610. OLE color: 5600610.

HSL color Cylindrical-coordinate representation of color #627555: hue angle of 95.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627555 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB9811785-
CMYK0.1600.270.54
HSL95.62º15.84%39.61%-
HSV(B)95.62º27.35%45.88%-
XYZ13.0415.9810.99-
YUV107.67115.21121.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=32.67%
G=39%
B=28.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98117850.1600.270.5495.6215.8439.61
Hex6275551001B36601028
Octal14216512520033661402050
Binary11000101110101101010110000011011110110110000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627555; }

 p { color: rgb(98,117,85); }

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

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

 a { background-color: rgb(98,117,85); }

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

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

 span { border-color: rgb(98,117,85); }

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