#6C918B

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

Shades of Gumbo #6C918B

Tints of Gumbo #6C918B

Color information

#6C918B (or 0x6C918B) is unknown color: approx Gumbo. HEX triplet: 6C, 91 and 8B. RGB value is (108,145,139). Sum of RGB (Red+Green+Blue) = 108+145+139=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #6C918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C918B is #936E74. Grayscale: #858585. Windows color (decimal): -9662069 or 9146732. OLE color: 9146732.

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

Color convert

RGB108145139-
CMYK0.2600.040.43
HSL170.27º14.62%49.61%-
HSV(B)170.27º25.52%56.86%-
XYZ20.9725.328.2-
YUV133.25131.24109.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=27.55%
G=36.99%
B=35.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1081451390.2600.040.43170.2714.6249.61
Hex6C918B1A042Baaf32
Octal1542212133204532521762
Binary11011001001000110001011110100100101011101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,145,139); }

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

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

 a { background-color: rgb(108,145,139); }

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

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

 span { border-color: rgb(108,145,139); }

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