Html Css Color HEX #6B7C64 Axolotl

📋 copy color: '#6B7C64'

red 107 ◦ green 124 ◦ blue 100

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

Shades of Axolotl #6B7C64

Tints of Axolotl #6B7C64

RGB

 RED value IS 107 (42.19% from 255) = 32.33%

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 32.33%
G = 37.46%
B = 30.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#6B7C64 (or 0x6B7C64) is known color: Axolotl. HEX triplet: 6B, 7C and 64. RGB value is (107,124,100). Sum of RGB (Red+Green+Blue) = 107+124+100=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C64 is #94839B. Grayscale: #747474. Windows color (decimal): -9733020 or 6585451. OLE color: 6585451.

HSL color Cylindrical-coordinate representation of color #6B7C64: hue angle of 102.5º 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 #6B7C64 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 124 100 -
CMYK 0.14 0 0.19 0.51
HSL 102.5º 0.11% 0.44% -
HSV(B) 102.5º 0.19% 0.49% -
XYZ 15.57 18.46 14.8 -
YUV 116.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 107 124 100 0.14 0 0.19 0.51 102.5 0.11 0.44
Hex 6B 7C 64 E 0 13 33 66 B 2C
Octal 153 174 144 16 0 23 63 146 13 54
Binary 1101011 1111100 1100100 1110 0 10011 110011 1100110 1011 101100

Color Harmonies of #6B7C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7C64

Black with #6B7C64

Text Example


Text Example

White with #6B7C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B7C64;
 }
 .AnyTagClassName
 {
   color: #6B7C64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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