Html Css Color HEX #688582 Gumbo

📋 copy color: '#688582'

red 104 ◦ green 133 ◦ blue 130

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

Shades of Gumbo #688582

Tints of Gumbo #688582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

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

R = 28.34%
G = 36.24%
B = 35.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#688582 (or 0x688582) is known color: Gumbo. HEX triplet: 68, 85 and 82. RGB value is (104,133,130). Sum of RGB (Red+Green+Blue) = 104+133+130=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #688582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688582 is #977A7D. Grayscale: #7B7B7B. Windows color (decimal): -9927294 or 8553832. OLE color: 8553832.

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

Color convert

RGB 104 133 130 -
CMYK 0.22 0 0.02 0.48
HSL 173.79º 0.12% 0.46% -
HSV(B) 173.79º 0.22% 0.52% -
XYZ 18.13 21.33 24.28 -
YUV 123.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 104 133 130 0.22 0 0.02 0.48 173.79 0.12 0.46
Hex 68 85 82 16 0 2 30 AE C 2E
Octal 150 205 202 26 0 2 60 256 14 56
Binary 1101000 10000101 10000010 10110 0 10 110000 10101110 1100 101110

Color Harmonies of #688582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688582

Black with #688582

Text Example


Text Example

White with #688582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688582; }

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

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

background-color css

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

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

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

border-color css

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

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

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