#6D8282

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

Shades of Gumbo #6D8282

Tints of Gumbo #6D8282

Color information

#6D8282 (or 0x6D8282) is unknown color: approx Gumbo. HEX triplet: 6D, 82 and 82. RGB value is (109,130,130). Sum of RGB (Red+Green+Blue) = 109+130+130=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #6D8282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8282 is #927D7D. Grayscale: #7B7B7B. Windows color (decimal): -9600382 or 8553069. OLE color: 8553069.

HSL color Cylindrical-coordinate representation of color #6D8282: hue angle of 180º 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 #6D8282 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB109130130-
CMYK0.16000.49
HSL180º8.79%46.86%-
HSV(B)180º16.15%50.98%-
XYZ18.3220.8324.17-
YUV123.72131.54117.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.54%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=29.54%
G=35.23%
B=35.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091301300.16000.491808.7946.86
Hex6D8282100031b492f
Octal1552022022000612641157
Binary110110110000010100000101000000110001101101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,130); }

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

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

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

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

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

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

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