#66928C

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

Shades of Gumbo #66928C

Tints of Gumbo #66928C

Color information

#66928C (or 0x66928C) is unknown color: approx Gumbo. HEX triplet: 66, 92 and 8C. RGB value is (102,146,140). Sum of RGB (Red+Green+Blue) = 102+146+140=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #66928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66928C is #996D73. Grayscale: #848484. Windows color (decimal): -10055028 or 9212518. OLE color: 9212518.

HSL color Cylindrical-coordinate representation of color #66928C: hue angle of 171.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66928C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB102146140-
CMYK0.3000.040.43
HSL171.82º17.74%48.63%-
HSV(B)171.82º30.14%57.25%-
XYZ20.4925.2828.61-
YUV132.16132.42106.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=26.29%
G=37.63%
B=36.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461400.3000.040.43171.8217.7448.63
Hex66928C1E042Bac1231
Octal1462222143604532542261
Binary110011010010010100011001111001001010111010110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66928C; }

 p { color: rgb(102,146,140); }

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

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

 a { background-color: rgb(102,146,140); }

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

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

 span { border-color: rgb(102,146,140); }

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