Html Css Color HEX #648584 Gumbo

📋 copy color: '#648584'

red 100 ◦ green 133 ◦ blue 132

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

Shades of Gumbo #648584

Tints of Gumbo #648584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 27.4%
G = 36.44%
B = 36.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#648584 (or 0x648584) is known color: Gumbo. HEX triplet: 64, 85 and 84. RGB value is (100,133,132). Sum of RGB (Red+Green+Blue) = 100+133+132=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #648584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648584 is #9B7A7B. Grayscale: #7A7A7A. Windows color (decimal): -10189436 or 8684900. OLE color: 8684900.

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

Color convert

RGB 100 133 132 -
CMYK 0.25 0 0.01 0.48
HSL 178.18º 0.14% 0.46% -
HSV(B) 178.18º 0.25% 0.52% -
XYZ 17.81 21.15 24.97 -
YUV 123.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 100 133 132 0.25 0 0.01 0.48 178.18 0.14 0.46
Hex 64 85 84 19 0 1 30 B2 E 2E
Octal 144 205 204 31 0 1 60 262 16 56
Binary 1100100 10000101 10000100 11001 0 1 110000 10110010 1110 101110

Color Harmonies of #648584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648584

Black with #648584

Text Example


Text Example

White with #648584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648584; }

 p { color: rgb(100,133,132); }

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

background-color css

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

 a { background-color: rgb(100,133,132); }

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

border-color css

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

 span { border-color: rgb(100,133,132); }

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