#699289

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

Shades of Gumbo #699289

Tints of Gumbo #699289

Color information

#699289 (or 0x699289) is unknown color: approx Gumbo. HEX triplet: 69, 92 and 89. RGB value is (105,146,137). Sum of RGB (Red+Green+Blue) = 105+146+137=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #699289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699289 is #966D76. Grayscale: #848484. Windows color (decimal): -9858423 or 9015913. OLE color: 9015913.

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

Color convert

RGB105146137-
CMYK0.2800.060.43
HSL166.83º16.33%49.22%-
HSV(B)166.83º28.08%57.25%-
XYZ20.6225.3727.48-
YUV132.72130.42108.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=27.06%
G=37.63%
B=35.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051461370.2800.060.43166.8316.3349.22
Hex6992891C062Ba71031
Octal1512222113406532472061
Binary110100110010010100010011110001101010111010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699289; }

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

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

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

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

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

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

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

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