#6C958B

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

Shades of Gumbo #6C958B

Tints of Gumbo #6C958B

Color information

#6C958B (or 0x6C958B) is unknown color: approx Gumbo. HEX triplet: 6C, 95 and 8B. RGB value is (108,149,139). Sum of RGB (Red+Green+Blue) = 108+149+139=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #6C958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C958B is #936A74. Grayscale: #878787. Windows color (decimal): -9661045 or 9147756. OLE color: 9147756.

HSL color Cylindrical-coordinate representation of color #6C958B: hue angle of 165.37º 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 #6C958B is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB108149139-
CMYK0.2800.070.42
HSL165.37º16.21%50.39%-
HSV(B)165.37º27.52%58.43%-
XYZ21.5926.5528.41-
YUV135.6129.92108.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.27%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=27.27%
G=37.63%
B=35.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081491390.2800.070.42165.3716.2150.39
Hex6C958B1C072Aa51032
Octal1542252133407522452062
Binary110110010010101100010111110001111010101010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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