Html Css Color HEX #6C7C64 Axolotl

📋 copy color: '#6C7C64'

red 108 ◦ green 124 ◦ blue 100

#6C7C64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Axolotl #6C7C64

Tints of Axolotl #6C7C64

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 value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#6C7C64 (or 0x6C7C64) is known color: 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

RGB 108 124 100 -
CMYK 0.13 0 0.19 0.51
HSL 100º 0.11% 0.44% -
HSV(B) 100º 0.19% 0.49% -
XYZ 15.69 18.52 14.8 -
YUV 116.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 108 124 100 0.13 0 0.19 0.51 100 0.11 0.44
Hex 6C 7C 64 D 0 13 33 64 B 2C
Octal 154 174 144 15 0 23 63 144 13 54
Binary 1101100 1111100 1100100 1101 0 10011 110011 1100100 1011 101100

Color Harmonies of #6C7C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C64

Black with #6C7C64

Text Example


Text Example

White with #6C7C64

Text Example


Text Example

HTML Codes & Css Web 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>