Html Css Color HEX #648988 Gumbo

📋 copy color: '#648988'

red 100 ◦ green 137 ◦ blue 136

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

Shades of Gumbo #648988

Tints of Gumbo #648988

RGB

 RED value IS 100 (39.45% from 255) = 26.81%

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 136 (53.52% from 255) = 36.46%

R = 26.81%
G = 36.73%
B = 36.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#648988 (or 0x648988) is known color: Gumbo. HEX triplet: 64, 89 and 88. RGB value is (100,137,136). Sum of RGB (Red+Green+Blue) = 100+137+136=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #648988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648988 is #9B7677. Grayscale: #7D7D7D. Windows color (decimal): -10188408 or 8948068. OLE color: 8948068.

HSL color Cylindrical-coordinate representation of color #648988: hue angle of 178.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648988 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 136 -
CMYK 0.27 0 0.01 0.46
HSL 178.38º 0.16% 0.46% -
HSV(B) 178.38º 0.27% 0.54% -
XYZ 18.65 22.38 26.63 -
YUV 125.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 100 137 136 0.27 0 0.01 0.46 178.38 0.16 0.46
Hex 64 89 88 1B 0 1 2E B2 10 2E
Octal 144 211 210 33 0 1 56 262 20 56
Binary 1100100 10001001 10001000 11011 0 1 101110 10110010 10000 101110

Color Harmonies of #648988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648988

Black with #648988

Text Example


Text Example

White with #648988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648988; }

 p { color: rgb(100,137,136); }

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

background-color css

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

 a { background-color: rgb(100,137,136); }

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

border-color css

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

 span { border-color: rgb(100,137,136); }

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