Html Css Color HEX #688382 Gumbo

📋 copy color: '#688382'

red 104 ◦ green 131 ◦ blue 130

#688382
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #688382

Tints of Gumbo #688382

RGB

 RED value IS 104 (41.02% from 255) = 28.49%

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 28.49%
G = 35.89%
B = 35.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#688382 (or 0x688382) is known color: Gumbo. HEX triplet: 68, 83 and 82. RGB value is (104,131,130). Sum of RGB (Red+Green+Blue) = 104+131+130=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #688382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688382 is #977C7D. Grayscale: #7A7A7A. Windows color (decimal): -9927806 or 8553320. OLE color: 8553320.

HSL color Cylindrical-coordinate representation of color #688382: hue angle of 177.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688382 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 130 -
CMYK 0.21 0 0.01 0.49
HSL 177.78º 0.11% 0.46% -
HSV(B) 177.78º 0.21% 0.51% -
XYZ 17.85 20.79 24.19 -
YUV 122.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 104 131 130 0.21 0 0.01 0.49 177.78 0.11 0.46
Hex 68 83 82 15 0 1 31 B2 B 2E
Octal 150 203 202 25 0 1 61 262 13 56
Binary 1101000 10000011 10000010 10101 0 1 110001 10110010 1011 101110

Color Harmonies of #688382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688382

Black with #688382

Text Example


Text Example

White with #688382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688382; }

 p { color: rgb(104,131,130); }

 H1.HeaderClassName
 {
   color: #688382;
 }
 .AnyTagClassName
 {
   color: #688382;
 }
</style>

background-color css

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

 a { background-color: rgb(104,131,130); }

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

border-color css

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

 span { border-color: rgb(104,131,130); }

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