#6C7C64

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

Shades of Axolotl #6C7C64

Tints of Axolotl #6C7C64

Color information

#6C7C64 (or 0x6C7C64) is unknown color: approx Axolotl. HEX triplet: 6C, 7C and 64. RGB value is (108,124,100). Sum of RGB (Red+Green+Blue) = 108+124+100=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7C64 is #93839B. Grayscale: #747474. Windows color (decimal): -9667484 or 6585452. OLE color: 6585452.

HSL color Cylindrical-coordinate representation of color #6C7C64: hue angle of 100º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C7C64 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB108124100-
CMYK0.1300.190.51
HSL100º10.71%43.92%-
HSV(B)100º19.35%48.63%-
XYZ15.6918.5214.8-
YUV116.48118.7121.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.53%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=32.53%
G=37.35%
B=30.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1081241000.1300.190.5110010.7143.92
Hex6C7C64D0133364b2c
Octal15417414415023631441354
Binary110110011111001100100110101001111001111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,124,100); }

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

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

 a { background-color: rgb(108,124,100); }

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

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

 span { border-color: rgb(108,124,100); }

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