#699089

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

Shades of Gumbo #699089

Tints of Gumbo #699089

Color information

#699089 (or 0x699089) is unknown color: approx Gumbo. HEX triplet: 69, 90 and 89. RGB value is (105,144,137). Sum of RGB (Red+Green+Blue) = 105+144+137=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #699089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699089 is #966F76. Grayscale: #838383. Windows color (decimal): -9858935 or 9015401. OLE color: 9015401.

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

Color convert

RGB105144137-
CMYK0.2700.050.44
HSL169.23º15.66%48.82%-
HSV(B)169.23º27.08%56.47%-
XYZ20.3124.7627.37-
YUV131.54131.08109.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.20%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 137 (53.91% from 255) = 35.49%
R=27.20%
G=37.31%
B=35.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441370.2700.050.44169.2315.6648.82
Hex6990891B052Ca91031
Octal1512202113305542512061
Binary110100110010000100010011101101011011001010100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699089; }

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

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

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

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

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

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

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

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