#668682

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

Shades of Gumbo #668682

Tints of Gumbo #668682

Color information

#668682 (or 0x668682) is unknown color: approx Gumbo. HEX triplet: 66, 86 and 82. RGB value is (102,134,130). Sum of RGB (Red+Green+Blue) = 102+134+130=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #668682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668682 is #99797D. Grayscale: #7B7B7B. Windows color (decimal): -10058110 or 8554086. OLE color: 8554086.

HSL color Cylindrical-coordinate representation of color #668682: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668682 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB102134130-
CMYK0.2400.030.47
HSL172.5º13.56%46.27%-
HSV(B)172.5º23.88%52.55%-
XYZ18.0321.4924.32-
YUV123.98131.4112.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=27.87%
G=36.61%
B=35.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341300.2400.030.47172.513.5646.27
Hex66868218032Face2e
Octal1462062023003572541656
Binary1100110100001101000001011000011101111101011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668682; }

 p { color: rgb(102,134,130); }

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

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

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

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

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

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

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