Html Css Color HEX #6D756A Axolotl

📋 copy color: '#6D756A'

red 109 ◦ green 117 ◦ blue 106

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

Shades of Axolotl #6D756A

Tints of Axolotl #6D756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 32.83%
G = 35.24%
B = 31.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#6D756A (or 0x6D756A) is known color: Axolotl. HEX triplet: 6D, 75 and 6A. RGB value is (109,117,106). Sum of RGB (Red+Green+Blue) = 109+117+106=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #6D756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D756A is #928A95. Grayscale: #717171. Windows color (decimal): -9603734 or 6976877. OLE color: 6976877.

HSL color Cylindrical-coordinate representation of color #6D756A: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D756A is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 106 -
CMYK 0.07 0 0.09 0.54
HSL 103.64º 0.05% 0.44% -
HSV(B) 103.64º 0.09% 0.46% -
XYZ 15.27 17.01 16.11 -
YUV 113.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 109 117 106 0.07 0 0.09 0.54 103.64 0.05 0.44
Hex 6D 75 6A 7 0 9 36 68 5 2C
Octal 155 165 152 7 0 11 66 150 5 54
Binary 1101101 1110101 1101010 111 0 1001 110110 1101000 101 101100

Color Harmonies of #6D756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D756A

Black with #6D756A

Text Example


Text Example

White with #6D756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,106); }

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

background-color css

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

 a { background-color: rgb(109,117,106); }

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

border-color css

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

 span { border-color: rgb(109,117,106); }

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