Html Css Color HEX #648685 Gumbo

📋 copy color: '#648685'

red 100 ◦ green 134 ◦ blue 133

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

Shades of Gumbo #648685

Tints of Gumbo #648685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

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

R = 27.25%
G = 36.51%
B = 36.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#648685 (or 0x648685) is known color: Gumbo. HEX triplet: 64, 86 and 85. RGB value is (100,134,133). Sum of RGB (Red+Green+Blue) = 100+134+133=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #648685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648685 is #9B797A. Grayscale: #7B7B7B. Windows color (decimal): -10189179 or 8750692. OLE color: 8750692.

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

Color convert

RGB 100 134 133 -
CMYK 0.25 0 0.01 0.47
HSL 178.24º 0.15% 0.46% -
HSV(B) 178.24º 0.25% 0.53% -
XYZ 18.01 21.45 25.38 -
YUV 123.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 100 134 133 0.25 0 0.01 0.47 178.24 0.15 0.46
Hex 64 86 85 19 0 1 2F B2 F 2E
Octal 144 206 205 31 0 1 57 262 17 56
Binary 1100100 10000110 10000101 11001 0 1 101111 10110010 1111 101110

Color Harmonies of #648685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648685

Black with #648685

Text Example


Text Example

White with #648685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648685; }

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

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

background-color css

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

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

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

border-color css

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

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

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