#66948D

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

Shades of Gumbo #66948D

Tints of Gumbo #66948D

Color information

#66948D (or 0x66948D) is unknown color: approx Gumbo. HEX triplet: 66, 94 and 8D. RGB value is (102,148,141). Sum of RGB (Red+Green+Blue) = 102+148+141=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #66948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66948D is #996B72. Grayscale: #858585. Windows color (decimal): -10054515 or 9278566. OLE color: 9278566.

HSL color Cylindrical-coordinate representation of color #66948D: hue angle of 170.87º 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 #66948D is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB102148141-
CMYK0.3100.050.42
HSL170.87º18.4%49.02%-
HSV(B)170.87º31.08%58.04%-
XYZ20.8825.9329.1-
YUV133.45132.26105.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=26.09%
G=37.85%
B=36.06%

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
Decimal1021481410.3100.050.42170.8718.449.02
Hex66948D1F052Aab1231
Octal1462242153705522532261
Binary110011010010100100011011111101011010101010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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