Html Css Color HEX #648786 Gumbo

📋 copy color: '#648786'

red 100 ◦ green 135 ◦ blue 134

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

Shades of Gumbo #648786

Tints of Gumbo #648786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 27.1%
G = 36.59%
B = 36.31%

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

#648786 (or 0x648786) is known color: Gumbo. HEX triplet: 64, 87 and 86. RGB value is (100,135,134). Sum of RGB (Red+Green+Blue) = 100+135+134=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #648786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648786 is #9B7879. Grayscale: #7C7C7C. Windows color (decimal): -10188922 or 8816484. OLE color: 8816484.

HSL color Cylindrical-coordinate representation of color #648786: hue angle of 178.29º 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 #648786 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 134 -
CMYK 0.26 0 0.01 0.47
HSL 178.29º 0.15% 0.46% -
HSV(B) 178.29º 0.26% 0.53% -
XYZ 18.22 21.76 25.79 -
YUV 124.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 100 135 134 0.26 0 0.01 0.47 178.29 0.15 0.46
Hex 64 87 86 1A 0 1 2F B2 F 2E
Octal 144 207 206 32 0 1 57 262 17 56
Binary 1100100 10000111 10000110 11010 0 1 101111 10110010 1111 101110

Color Harmonies of #648786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648786

Black with #648786

Text Example


Text Example

White with #648786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648786; }

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

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

background-color css

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

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

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

border-color css

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

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

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