Html Css Color HEX #688583 Gumbo

📋 copy color: '#688583'

red 104 ◦ green 133 ◦ blue 131

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

Shades of Gumbo #688583

Tints of Gumbo #688583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 28.26%
G = 36.14%
B = 35.6%

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

#688583 (or 0x688583) is known color: Gumbo. HEX triplet: 68, 85 and 83. RGB value is (104,133,131). Sum of RGB (Red+Green+Blue) = 104+133+131=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #688583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688583 is #977A7C. Grayscale: #7C7C7C. Windows color (decimal): -9927293 or 8619368. OLE color: 8619368.

HSL color Cylindrical-coordinate representation of color #688583: hue angle of 175.86º 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 #688583 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 131 -
CMYK 0.22 0 0.02 0.48
HSL 175.86º 0.12% 0.46% -
HSV(B) 175.86º 0.22% 0.52% -
XYZ 18.19 21.36 24.64 -
YUV 124.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 104 133 131 0.22 0 0.02 0.48 175.86 0.12 0.46
Hex 68 85 83 16 0 2 30 B0 C 2E
Octal 150 205 203 26 0 2 60 260 14 56
Binary 1101000 10000101 10000011 10110 0 10 110000 10110000 1100 101110

Color Harmonies of #688583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688583

Black with #688583

Text Example


Text Example

White with #688583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688583; }

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

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

background-color css

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

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

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

border-color css

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

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

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