#66948C

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

Shades of Gumbo #66948C

Tints of Gumbo #66948C

Color information

#66948C (or 0x66948C) is unknown color: approx Gumbo. HEX triplet: 66, 94 and 8C. RGB value is (102,148,140). Sum of RGB (Red+Green+Blue) = 102+148+140=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #66948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66948C is #996B73. Grayscale: #858585. Windows color (decimal): -10054516 or 9213030. OLE color: 9213030.

HSL color Cylindrical-coordinate representation of color #66948C: hue angle of 169.57º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66948C is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB102148140-
CMYK0.3100.050.42
HSL169.57º18.4%49.02%-
HSV(B)169.57º31.08%58.04%-
XYZ20.825.928.71-
YUV133.33131.76105.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=26.15%
G=37.95%
B=35.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021481400.3100.050.42169.5718.449.02
Hex66948C1F052Aaa1231
Octal1462242143705522522261
Binary110011010010100100011001111101011010101010101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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