#668584

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

Shades of Gumbo #668584

Tints of Gumbo #668584

Color information

#668584 (or 0x668584) is unknown color: approx Gumbo. HEX triplet: 66, 85 and 84. RGB value is (102,133,132). Sum of RGB (Red+Green+Blue) = 102+133+132=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #668584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668584 is #997A7B. Grayscale: #7B7B7B. Windows color (decimal): -10058364 or 8684902. OLE color: 8684902.

HSL color Cylindrical-coordinate representation of color #668584: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668584 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB102133132-
CMYK0.2300.010.48
HSL178.06º13.19%46.08%-
HSV(B)178.06º23.31%52.16%-
XYZ18.0321.2724.98-
YUV123.62132.73112.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=27.79%
G=36.24%
B=35.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331320.2300.010.48178.0613.1946.08
Hex668584170130b2d2e
Octal1462052042701602621556
Binary110011010000101100001001011101110000101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668584; }

 p { color: rgb(102,133,132); }

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

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

 a { background-color: rgb(102,133,132); }

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

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

 span { border-color: rgb(102,133,132); }

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