#698582

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

Shades of Gumbo #698582

Tints of Gumbo #698582

Color information

#698582 (or 0x698582) is unknown color: approx Gumbo. HEX triplet: 69, 85 and 82. RGB value is (105,133,130). Sum of RGB (Red+Green+Blue) = 105+133+130=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #698582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698582 is #967A7D. Grayscale: #7C7C7C. Windows color (decimal): -9861758 or 8553833. OLE color: 8553833.

HSL color Cylindrical-coordinate representation of color #698582: hue angle of 173.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698582 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB105133130-
CMYK0.2100.020.48
HSL173.57º11.76%46.67%-
HSV(B)173.57º21.05%52.16%-
XYZ18.2421.3924.29-
YUV124.29131.22114.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=28.53%
G=36.14%
B=35.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331300.2100.020.48173.5711.7646.67
Hex698582150230aec2f
Octal1512052022502602561457
Binary1101001100001011000001010101010110000101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698582; }

 p { color: rgb(105,133,130); }

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

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

 a { background-color: rgb(105,133,130); }

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

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

 span { border-color: rgb(105,133,130); }

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