#698883

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

Shades of Gumbo #698883

Tints of Gumbo #698883

Color information

#698883 (or 0x698883) is unknown color: approx Gumbo. HEX triplet: 69, 88 and 83. RGB value is (105,136,131). Sum of RGB (Red+Green+Blue) = 105+136+131=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 136 - color contains mainly: green. Hex color #698883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698883 is #96777C. Grayscale: #7E7E7E. Windows color (decimal): -9860989 or 8620137. OLE color: 8620137.

HSL color Cylindrical-coordinate representation of color #698883: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698883 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB105136131-
CMYK0.2300.040.47
HSL170.32º12.86%47.25%-
HSV(B)170.32º22.79%53.33%-
XYZ18.7322.2524.78-
YUV126.16130.73112.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=28.23%
G=36.56%
B=35.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051361310.2300.040.47170.3212.8647.25
Hex69888317042Faad2f
Octal1512102032704572521557
Binary11010011000100010000011101110100101111101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698883; }

 p { color: rgb(105,136,131); }

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

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

 a { background-color: rgb(105,136,131); }

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

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

 span { border-color: rgb(105,136,131); }

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