Html Css Color HEX #648985 Gumbo

📋 copy color: '#648985'

red 100 ◦ green 137 ◦ blue 133

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

Shades of Gumbo #648985

Tints of Gumbo #648985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

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

R = 27.03%
G = 37.03%
B = 35.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#648985 (or 0x648985) is known color: Gumbo. HEX triplet: 64, 89 and 85. RGB value is (100,137,133). Sum of RGB (Red+Green+Blue) = 100+137+133=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #648985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648985 is #9B767A. Grayscale: #7D7D7D. Windows color (decimal): -10188411 or 8751460. OLE color: 8751460.

HSL color Cylindrical-coordinate representation of color #648985: hue angle of 173.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648985 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 133 -
CMYK 0.27 0 0.03 0.46
HSL 173.51º 0.16% 0.46% -
HSV(B) 173.51º 0.27% 0.54% -
XYZ 18.43 22.29 25.52 -
YUV 125.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 100 137 133 0.27 0 0.03 0.46 173.51 0.16 0.46
Hex 64 89 85 1B 0 3 2E AE 10 2E
Octal 144 211 205 33 0 3 56 256 20 56
Binary 1100100 10001001 10000101 11011 0 11 101110 10101110 10000 101110

Color Harmonies of #648985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648985

Black with #648985

Text Example


Text Example

White with #648985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648985; }

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

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

background-color css

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

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

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

border-color css

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

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

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