Html Css Color HEX #6D8261 Axolotl

📋 copy color: '#6D8261'

red 109 ◦ green 130 ◦ blue 97

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

Shades of Axolotl #6D8261

Tints of Axolotl #6D8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 32.44%
G = 38.69%
B = 28.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#6D8261 (or 0x6D8261) is known color: Axolotl. HEX triplet: 6D, 82 and 61. RGB value is (109,130,97). Sum of RGB (Red+Green+Blue) = 109+130+97=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8261 is #927D9E. Grayscale: #787878. Windows color (decimal): -9600415 or 6390381. OLE color: 6390381.

HSL color Cylindrical-coordinate representation of color #6D8261: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D8261 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 130 97 -
CMYK 0.16 0 0.25 0.49
HSL 98.18º 0.15% 0.45% -
HSV(B) 98.18º 0.25% 0.51% -
XYZ 16.45 20.08 14.32 -
YUV 119.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 109 130 97 0.16 0 0.25 0.49 98.18 0.15 0.45
Hex 6D 82 61 10 0 19 31 62 F 2D
Octal 155 202 141 20 0 31 61 142 17 55
Binary 1101101 10000010 1100001 10000 0 11001 110001 1100010 1111 101101

Color Harmonies of #6D8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8261

Black with #6D8261

Text Example


Text Example

White with #6D8261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,130,97); }

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

background-color css

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

 a { background-color: rgb(109,130,97); }

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

border-color css

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

 span { border-color: rgb(109,130,97); }

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