Html Css Color HEX #648980 Patina

📋 copy color: '#648980'

red 100 ◦ green 137 ◦ blue 128

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

Shades of Patina #648980

Tints of Patina #648980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 27.4%
G = 37.53%
B = 35.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#648980 (or 0x648980) is known color: Patina. HEX triplet: 64, 89 and 80. RGB value is (100,137,128). Sum of RGB (Red+Green+Blue) = 100+137+128=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #648980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648980 is #9B767F. Grayscale: #7C7C7C. Windows color (decimal): -10188416 or 8423780. OLE color: 8423780.

HSL color Cylindrical-coordinate representation of color #648980: hue angle of 165.41º 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 #648980 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 128 -
CMYK 0.27 0 0.07 0.46
HSL 165.41º 0.16% 0.46% -
HSV(B) 165.41º 0.27% 0.54% -
XYZ 18.1 22.16 23.75 -
YUV 124.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 100 137 128 0.27 0 0.07 0.46 165.41 0.16 0.46
Hex 64 89 80 1B 0 7 2E A5 10 2E
Octal 144 211 200 33 0 7 56 245 20 56
Binary 1100100 10001001 10000000 11011 0 111 101110 10100101 10000 101110

Color Harmonies of #648980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648980

Black with #648980

Text Example


Text Example

White with #648980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648980; }

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

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

background-color css

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

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

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

border-color css

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

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

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