#6B918B

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

Shades of Gumbo #6B918B

Tints of Gumbo #6B918B

Color information

#6B918B (or 0x6B918B) is unknown color: approx Gumbo. HEX triplet: 6B, 91 and 8B. RGB value is (107,145,139). Sum of RGB (Red+Green+Blue) = 107+145+139=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #6B918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B918B is #946E74. Grayscale: #848484. Windows color (decimal): -9727605 or 9146731. OLE color: 9146731.

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

Color convert

RGB107145139-
CMYK0.2600.040.43
HSL170.53º15.08%49.41%-
HSV(B)170.53º26.21%56.86%-
XYZ20.8525.2428.2-
YUV132.95131.41109.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=27.37%
G=37.08%
B=35.55%

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
Decimal1071451390.2600.040.43170.5315.0849.41
Hex6B918B1A042Babf31
Octal1532212133204532531761
Binary11010111001000110001011110100100101011101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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