#668884

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

Shades of Gumbo #668884

Tints of Gumbo #668884

Color information

#668884 (or 0x668884) is unknown color: approx Gumbo. HEX triplet: 66, 88 and 84. RGB value is (102,136,132). Sum of RGB (Red+Green+Blue) = 102+136+132=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #668884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668884 is #99777B. Grayscale: #7D7D7D. Windows color (decimal): -10057596 or 8685670. OLE color: 8685670.

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

Color convert

RGB102136132-
CMYK0.2500.030.47
HSL172.94º14.29%46.67%-
HSV(B)172.94º25%53.33%-
XYZ18.4522.125.12-
YUV125.38131.74111.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=27.57%
G=36.76%
B=35.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361320.2500.030.47172.9414.2946.67
Hex66888419032Fade2f
Octal1462102043103572551657
Binary1100110100010001000010011001011101111101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668884; }

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

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

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

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

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

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

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

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