Html Css Color HEX #648785 Gumbo

📋 copy color: '#648785'

red 100 ◦ green 135 ◦ blue 133

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

Shades of Gumbo #648785

Tints of Gumbo #648785

RGB

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

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

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

R = 27.17%
G = 36.68%
B = 36.14%

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

#648785 (or 0x648785) is known color: Gumbo. HEX triplet: 64, 87 and 85. RGB value is (100,135,133). Sum of RGB (Red+Green+Blue) = 100+135+133=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #648785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648785 is #9B787A. Grayscale: #7C7C7C. Windows color (decimal): -10188923 or 8750948. OLE color: 8750948.

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

Color convert

RGB 100 135 133 -
CMYK 0.26 0 0.01 0.47
HSL 176.57º 0.15% 0.46% -
HSV(B) 176.57º 0.26% 0.53% -
XYZ 18.15 21.73 25.43 -
YUV 124.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 100 135 133 0.26 0 0.01 0.47 176.57 0.15 0.46
Hex 64 87 85 1A 0 1 2F B1 F 2E
Octal 144 207 205 32 0 1 57 261 17 56
Binary 1100100 10000111 10000101 11010 0 1 101111 10110001 1111 101110

Color Harmonies of #648785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648785

Black with #648785

Text Example


Text Example

White with #648785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648785; }

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

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

background-color css

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

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

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

border-color css

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

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

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