#6F8382

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

Shades of Gumbo #6F8382

Tints of Gumbo #6F8382

Color information

#6F8382 (or 0x6F8382) is unknown color: approx Gumbo. HEX triplet: 6F, 83 and 82. RGB value is (111,131,130). Sum of RGB (Red+Green+Blue) = 111+131+130=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8382 is #907C7D. Grayscale: #7C7C7C. Windows color (decimal): -9469054 or 8553327. OLE color: 8553327.

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

Color convert

RGB111131130-
CMYK0.1500.010.49
HSL177º8.26%47.45%-
HSV(B)177º15.27%51.37%-
XYZ18.721.2224.23-
YUV124.91130.87118.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.84%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=29.84%
G=35.22%
B=34.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1111311300.1500.010.491778.2647.45
Hex6F8382F0131b182f
Octal1572032021701612611057
Binary11011111000001110000010111101110001101100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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