#6F8881

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

Shades of Gumbo #6F8881

Tints of Gumbo #6F8881

Color information

#6F8881 (or 0x6F8881) is unknown color: approx Gumbo. HEX triplet: 6F, 88 and 81. RGB value is (111,136,129). Sum of RGB (Red+Green+Blue) = 111+136+129=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8881 is #90777E. Grayscale: #7F7F7F. Windows color (decimal): -9467775 or 8489071. OLE color: 8489071.

HSL color Cylindrical-coordinate representation of color #6F8881: hue angle of 163.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8881 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB111136129-
CMYK0.1800.050.47
HSL163.2º10.12%48.43%-
HSV(B)163.2º18.38%53.33%-
XYZ19.3222.5724.11-
YUV127.73128.72116.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.52%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=29.52%
G=36.17%
B=34.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111361290.1800.050.47163.210.1248.43
Hex6F888112052Fa3a30
Octal1572102012205572431260
Binary11011111000100010000001100100101101111101000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,136,129); }

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

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

 a { background-color: rgb(111,136,129); }

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

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

 span { border-color: rgb(111,136,129); }

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