Html Css Color HEX #6D7E63 Axolotl

📋 copy color: '#6D7E63'

red 109 ◦ green 126 ◦ blue 99

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

Shades of Axolotl #6D7E63

Tints of Axolotl #6D7E63

RGB

 RED value IS 109 (42.97% from 255) = 32.63%

 GREEN value IS 126 (49.61% from 255) = 37.72%

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 32.63%
G = 37.72%
B = 29.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#6D7E63 (or 0x6D7E63) is known color: Axolotl. HEX triplet: 6D, 7E and 63. RGB value is (109,126,99). Sum of RGB (Red+Green+Blue) = 109+126+99=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 126 - color contains mainly: green. Hex color #6D7E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7E63 is #92819C. Grayscale: #757575. Windows color (decimal): -9601437 or 6520429. OLE color: 6520429.

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

Color convert

RGB 109 126 99 -
CMYK 0.13 0 0.21 0.51
HSL 97.78º 0.12% 0.44% -
HSV(B) 97.78º 0.21% 0.49% -
XYZ 16.02 19.07 14.64 -
YUV 117.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 109 126 99 0.13 0 0.21 0.51 97.78 0.12 0.44
Hex 6D 7E 63 D 0 15 33 62 C 2C
Octal 155 176 143 15 0 25 63 142 14 54
Binary 1101101 1111110 1100011 1101 0 10101 110011 1100010 1100 101100

Color Harmonies of #6D7E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7E63

Black with #6D7E63

Text Example


Text Example

White with #6D7E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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