#6C8884

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

Shades of Gumbo #6C8884

Tints of Gumbo #6C8884

Color information

#6C8884 (or 0x6C8884) is unknown color: approx Gumbo. HEX triplet: 6C, 88 and 84. RGB value is (108,136,132). Sum of RGB (Red+Green+Blue) = 108+136+132=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8884 is #93777B. Grayscale: #7F7F7F. Windows color (decimal): -9664380 or 8685676. OLE color: 8685676.

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

Color convert

RGB108136132-
CMYK0.2100.030.47
HSL171.43º11.48%47.84%-
HSV(B)171.43º20.59%53.33%-
XYZ19.1522.4625.16-
YUV127.17130.72114.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.72%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=28.72%
G=36.17%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081361320.2100.030.47171.4311.4847.84
Hex6C888415032Fabb30
Octal1542102042503572531360
Binary1101100100010001000010010101011101111101010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,136,132); }

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

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

 a { background-color: rgb(108,136,132); }

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

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

 span { border-color: rgb(108,136,132); }

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