#6E8382

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

Shades of Gumbo #6E8382

Tints of Gumbo #6E8382

Color information

#6E8382 (or 0x6E8382) is unknown color: approx Gumbo. HEX triplet: 6E, 83 and 82. RGB value is (110,131,130). Sum of RGB (Red+Green+Blue) = 110+131+130=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8382 is #917C7D. Grayscale: #7C7C7C. Windows color (decimal): -9534590 or 8553326. OLE color: 8553326.

HSL color Cylindrical-coordinate representation of color #6E8382: hue angle of 177.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E8382 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB110131130-
CMYK0.1600.010.49
HSL177.14º8.71%47.25%-
HSV(B)177.14º16.03%51.37%-
XYZ18.5821.1624.22-
YUV124.61131.04117.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=29.65%
G=35.31%
B=35.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101311300.1600.010.49177.148.7147.25
Hex6E8382100131b192f
Octal1562032022001612611157
Binary110111010000011100000101000001110001101100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,130); }

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

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

 a { background-color: rgb(110,131,130); }

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

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

 span { border-color: rgb(110,131,130); }

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