Html Css Color HEX #648886 Gumbo

📋 copy color: '#648886'

red 100 ◦ green 136 ◦ blue 134

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

Shades of Gumbo #648886

Tints of Gumbo #648886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 27.03%
G = 36.76%
B = 36.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#648886 (or 0x648886) is known color: Gumbo. HEX triplet: 64, 88 and 86. RGB value is (100,136,134). Sum of RGB (Red+Green+Blue) = 100+136+134=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 136 - color contains mainly: green. Hex color #648886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648886 is #9B7779. Grayscale: #7C7C7C. Windows color (decimal): -10188666 or 8816740. OLE color: 8816740.

HSL color Cylindrical-coordinate representation of color #648886: hue angle of 176.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648886 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 134 -
CMYK 0.26 0 0.01 0.47
HSL 176.67º 0.15% 0.46% -
HSV(B) 176.67º 0.26% 0.53% -
XYZ 18.36 22.04 25.84 -
YUV 125.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 100 136 134 0.26 0 0.01 0.47 176.67 0.15 0.46
Hex 64 88 86 1A 0 1 2F B1 F 2E
Octal 144 210 206 32 0 1 57 261 17 56
Binary 1100100 10001000 10000110 11010 0 1 101111 10110001 1111 101110

Color Harmonies of #648886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648886

Black with #648886

Text Example


Text Example

White with #648886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648886; }

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

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

background-color css

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

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

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

border-color css

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

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

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