#6C8382

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

Shades of Gumbo #6C8382

Tints of Gumbo #6C8382

Color information

#6C8382 (or 0x6C8382) is unknown color: approx Gumbo. HEX triplet: 6C, 83 and 82. RGB value is (108,131,130). Sum of RGB (Red+Green+Blue) = 108+131+130=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8382 is #937C7D. Grayscale: #7B7B7B. Windows color (decimal): -9665662 or 8553324. OLE color: 8553324.

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

Color convert

RGB108131130-
CMYK0.1800.010.49
HSL177.39º9.62%46.86%-
HSV(B)177.39º17.56%51.37%-
XYZ18.3321.0324.21-
YUV124.01131.38116.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.27%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=29.27%
G=35.50%
B=35.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1081311300.1800.010.49177.399.6246.86
Hex6C8382120131b1a2f
Octal1542032022201612611257
Binary110110010000011100000101001001110001101100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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