#678383

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

Shades of Gumbo #678383

Tints of Gumbo #678383

Color information

#678383 (or 0x678383) is unknown color: approx Gumbo. HEX triplet: 67, 83 and 83. RGB value is (103,131,131). Sum of RGB (Red+Green+Blue) = 103+131+131=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #678383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678383 is #987C7C. Grayscale: #7A7A7A. Windows color (decimal): -9993341 or 8618855. OLE color: 8618855.

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

Color convert

RGB103131131-
CMYK0.21000.49
HSL180º11.97%45.88%-
HSV(B)180º21.37%51.37%-
XYZ17.8120.7524.54-
YUV122.63132.72114-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=28.22%
G=35.89%
B=35.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031311310.21000.4918011.9745.88
Hex678383150031b4c2e
Octal1472032032500612641456
Binary110011110000011100000111010100110001101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678383; }

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

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

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

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

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

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

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

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