Html Css Color HEX #649380 Patina

📋 copy color: '#649380'

red 100 ◦ green 147 ◦ blue 128

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

Shades of Patina #649380

Tints of Patina #649380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

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

R = 26.67%
G = 39.2%
B = 34.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#649380 (or 0x649380) is known color: Patina. HEX triplet: 64, 93 and 80. RGB value is (100,147,128). Sum of RGB (Red+Green+Blue) = 100+147+128=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #649380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649380 is #9B6C7F. Grayscale: #828282. Windows color (decimal): -10185856 or 8426340. OLE color: 8426340.

HSL color Cylindrical-coordinate representation of color #649380: hue angle of 155.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649380 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 128 -
CMYK 0.32 0 0.13 0.42
HSL 155.74º 0.19% 0.48% -
HSV(B) 155.74º 0.32% 0.58% -
XYZ 19.59 25.14 24.24 -
YUV 130.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 100 147 128 0.32 0 0.13 0.42 155.74 0.19 0.48
Hex 64 93 80 20 0 D 2A 9C 13 30
Octal 144 223 200 40 0 15 52 234 23 60
Binary 1100100 10010011 10000000 100000 0 1101 101010 10011100 10011 110000

Color Harmonies of #649380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649380

Black with #649380

Text Example


Text Example

White with #649380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649380; }

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

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

background-color css

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

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

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

border-color css

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

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

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