Html Css Color HEX #6D8681 Gumbo

📋 copy color: '#6D8681'

red 109 ◦ green 134 ◦ blue 129

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

Shades of Gumbo #6D8681

Tints of Gumbo #6D8681

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 129 (50.78% from 255) = 34.68%

R = 29.3%
G = 36.02%
B = 34.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#6D8681 (or 0x6D8681) is known color: Gumbo. HEX triplet: 6D, 86 and 81. RGB value is (109,134,129). Sum of RGB (Red+Green+Blue) = 109+134+129=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #6D8681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8681 is #92797E. Grayscale: #7D7D7D. Windows color (decimal): -9599359 or 8488557. OLE color: 8488557.

HSL color Cylindrical-coordinate representation of color #6D8681: hue angle of 168º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D8681 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 134 129 -
CMYK 0.19 0 0.04 0.47
HSL 168º 0.1% 0.48% -
HSV(B) 168º 0.19% 0.53% -
XYZ 18.79 21.89 24 -
YUV 125.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 109 134 129 0.19 0 0.04 0.47 168 0.1 0.48
Hex 6D 86 81 13 0 4 2F A8 A 30
Octal 155 206 201 23 0 4 57 250 12 60
Binary 1101101 10000110 10000001 10011 0 100 101111 10101000 1010 110000

Color Harmonies of #6D8681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8681

Black with #6D8681

Text Example


Text Example

White with #6D8681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,134,129); }

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

background-color css

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

 a { background-color: rgb(109,134,129); }

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

border-color css

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

 span { border-color: rgb(109,134,129); }

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