#6D948B

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

Shades of Gumbo #6D948B

Tints of Gumbo #6D948B

Color information

#6D948B (or 0x6D948B) is unknown color: approx Gumbo. HEX triplet: 6D, 94 and 8B. RGB value is (109,148,139). Sum of RGB (Red+Green+Blue) = 109+148+139=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #6D948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D948B is #926B74. Grayscale: #878787. Windows color (decimal): -9595765 or 9147501. OLE color: 9147501.

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

Color convert

RGB109148139-
CMYK0.2600.060.42
HSL166.15º15.42%50.39%-
HSV(B)166.15º26.35%58.04%-
XYZ21.5626.328.37-
YUV135.31130.08109.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=27.53%
G=37.37%
B=35.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091481390.2600.060.42166.1515.4250.39
Hex6D948B1A062Aa6f32
Octal1552242133206522461762
Binary11011011001010010001011110100110101010101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,139); }

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

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

 a { background-color: rgb(109,148,139); }

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

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

 span { border-color: rgb(109,148,139); }

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