#6D918C

Color #6D918C Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #6D918C

Tints of Gumbo #6D918C

Color information

#6D918C (or 0x6D918C) is unknown color: approx Gumbo. HEX triplet: 6D, 91 and 8C. RGB value is (109,145,140). Sum of RGB (Red+Green+Blue) = 109+145+140=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #6D918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D918C is #926E73. Grayscale: #858585. Windows color (decimal): -9596532 or 9212269. OLE color: 9212269.

HSL color Cylindrical-coordinate representation of color #6D918C: hue angle of 171.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D918C is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB109145140-
CMYK0.2500.030.43
HSL171.67º14.17%49.8%-
HSV(B)171.67º24.83%56.86%-
XYZ21.1725.428.6-
YUV133.67131.57110.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.66%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=27.66%
G=36.80%
B=35.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091451400.2500.030.43171.6714.1749.8
Hex6D918C19032Bace32
Octal1552212143103532541662
Binary1101101100100011000110011001011101011101011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,140); }

 H1.HeaderClassName
 {
   color: #6D918C;
 }
 .AnyTagClassName
 {
   color: #6D918C;
 }
</style>
background-color css

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

 a { background-color: rgb(109,145,140); }

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

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

 span { border-color: rgb(109,145,140); }

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