#6C958C

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

Shades of Gumbo #6C958C

Tints of Gumbo #6C958C

Color information

#6C958C (or 0x6C958C) is unknown color: approx Gumbo. HEX triplet: 6C, 95 and 8C. RGB value is (108,149,140). Sum of RGB (Red+Green+Blue) = 108+149+140=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #6C958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C958C is #936A73. Grayscale: #878787. Windows color (decimal): -9661044 or 9213292. OLE color: 9213292.

HSL color Cylindrical-coordinate representation of color #6C958C: hue angle of 166.83º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C958C is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB108149140-
CMYK0.2800.060.42
HSL166.83º16.21%50.39%-
HSV(B)166.83º27.52%58.43%-
XYZ21.6726.5828.8-
YUV135.72130.42108.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=27.20%
G=37.53%
B=35.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081491400.2800.060.42166.8316.2150.39
Hex6C958C1C062Aa71032
Octal1542252143406522472062
Binary110110010010101100011001110001101010101010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,149,140); }

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

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

 a { background-color: rgb(108,149,140); }

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

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

 span { border-color: rgb(108,149,140); }

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