#678382

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

Shades of Gumbo #678382

Tints of Gumbo #678382

Color information

#678382 (or 0x678382) is unknown color: approx Gumbo. HEX triplet: 67, 83 and 82. RGB value is (103,131,130). Sum of RGB (Red+Green+Blue) = 103+131+130=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #678382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678382 is #987C7D. Grayscale: #7A7A7A. Windows color (decimal): -9993342 or 8553319. OLE color: 8553319.

HSL color Cylindrical-coordinate representation of color #678382: hue angle of 177.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678382 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB103131130-
CMYK0.2100.010.49
HSL177.86º11.97%45.88%-
HSV(B)177.86º21.37%51.37%-
XYZ17.7420.7324.19-
YUV122.51132.22114.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.30%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=28.30%
G=35.99%
B=35.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031311300.2100.010.49177.8611.9745.88
Hex678382150131b2c2e
Octal1472032022501612621456
Binary110011110000011100000101010101110001101100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678382; }

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

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

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

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

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

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

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

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