#689089

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

Shades of Gumbo #689089

Tints of Gumbo #689089

Color information

#689089 (or 0x689089) is unknown color: approx Gumbo. HEX triplet: 68, 90 and 89. RGB value is (104,144,137). Sum of RGB (Red+Green+Blue) = 104+144+137=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #689089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689089 is #976F76. Grayscale: #838383. Windows color (decimal): -9924471 or 9015400. OLE color: 9015400.

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

Color convert

RGB104144137-
CMYK0.2800.050.44
HSL169.5º16.13%48.63%-
HSV(B)169.5º27.78%56.47%-
XYZ20.224.727.37-
YUV131.24131.25108.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=27.01%
G=37.40%
B=35.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041441370.2800.050.44169.516.1348.63
Hex6890891C052Ca91031
Octal1502202113405542512061
Binary110100010010000100010011110001011011001010100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689089; }

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

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

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

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

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

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

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

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