#6D7F63

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

Shades of Axolotl #6D7F63

Tints of Axolotl #6D7F63

Color information

#6D7F63 (or 0x6D7F63) is unknown color: approx Axolotl. HEX triplet: 6D, 7F and 63. RGB value is (109,127,99). Sum of RGB (Red+Green+Blue) = 109+127+99=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F63 is #92809C. Grayscale: #767676. Windows color (decimal): -9601181 or 6520685. OLE color: 6520685.

HSL color Cylindrical-coordinate representation of color #6D7F63: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D7F63 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB10912799-
CMYK0.1400.220.50
HSL98.57º12.39%44.31%-
HSV(B)98.57º22.05%49.8%-
XYZ16.1519.3314.68-
YUV118.43117.04121.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=32.54%
G=37.91%
B=29.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109127990.1400.220.5098.5712.3944.31
Hex6D7F63E0163263c2c
Octal15517714316026621431454
Binary110110111111111100011111001011011001011000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7F63; }

 p { color: rgb(109,127,99); }

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

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

 a { background-color: rgb(109,127,99); }

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

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

 span { border-color: rgb(109,127,99); }

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