#669089

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

Shades of Gumbo #669089

Tints of Gumbo #669089

Color information

#669089 (or 0x669089) is unknown color: approx Gumbo. HEX triplet: 66, 90 and 89. RGB value is (102,144,137). Sum of RGB (Red+Green+Blue) = 102+144+137=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #669089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669089 is #996F76. Grayscale: #828282. Windows color (decimal): -10055543 or 9015398. OLE color: 9015398.

HSL color Cylindrical-coordinate representation of color #669089: hue angle of 170º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669089 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB102144137-
CMYK0.2900.050.44
HSL170º17.07%48.24%-
HSV(B)170º29.17%56.47%-
XYZ19.9724.5827.36-
YUV130.64131.59107.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=26.63%
G=37.60%
B=35.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441370.2900.050.4417017.0748.24
Hex6690891D052Caa1130
Octal1462202113505542522160
Binary110011010010000100010011110101011011001010101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669089; }

 p { color: rgb(102,144,137); }

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

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

 a { background-color: rgb(102,144,137); }

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

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

 span { border-color: rgb(102,144,137); }

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