Html Css Color HEX #688482 Gumbo

📋 copy color: '#688482'

red 104 ◦ green 132 ◦ blue 130

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

Shades of Gumbo #688482

Tints of Gumbo #688482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 28.42%
G = 36.07%
B = 35.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#688482 (or 0x688482) is known color: Gumbo. HEX triplet: 68, 84 and 82. RGB value is (104,132,130). Sum of RGB (Red+Green+Blue) = 104+132+130=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #688482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688482 is #977B7D. Grayscale: #7B7B7B. Windows color (decimal): -9927550 or 8553576. OLE color: 8553576.

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

Color convert

RGB 104 132 130 -
CMYK 0.21 0 0.02 0.48
HSL 175.71º 0.12% 0.46% -
HSV(B) 175.71º 0.21% 0.52% -
XYZ 17.99 21.06 24.24 -
YUV 123.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 104 132 130 0.21 0 0.02 0.48 175.71 0.12 0.46
Hex 68 84 82 15 0 2 30 B0 C 2E
Octal 150 204 202 25 0 2 60 260 14 56
Binary 1101000 10000100 10000010 10101 0 10 110000 10110000 1100 101110

Color Harmonies of #688482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688482

Black with #688482

Text Example


Text Example

White with #688482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688482; }

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

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

background-color css

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

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

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

border-color css

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

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

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