Html Css Color HEX #649381 Patina

📋 copy color: '#649381'

red 100 ◦ green 147 ◦ blue 129

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

Shades of Patina #649381

Tints of Patina #649381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 26.6%
G = 39.1%
B = 34.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#649381 (or 0x649381) is known color: Patina. HEX triplet: 64, 93 and 81. RGB value is (100,147,129). Sum of RGB (Red+Green+Blue) = 100+147+129=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #649381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649381 is #9B6C7E. Grayscale: #828282. Windows color (decimal): -10185855 or 8491876. OLE color: 8491876.

HSL color Cylindrical-coordinate representation of color #649381: hue angle of 157.02º 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 #649381 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 129 -
CMYK 0.32 0 0.12 0.42
HSL 157.02º 0.19% 0.48% -
HSV(B) 157.02º 0.32% 0.58% -
XYZ 19.65 25.16 24.59 -
YUV 130.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 100 147 129 0.32 0 0.12 0.42 157.02 0.19 0.48
Hex 64 93 81 20 0 C 2A 9D 13 30
Octal 144 223 201 40 0 14 52 235 23 60
Binary 1100100 10010011 10000001 100000 0 1100 101010 10011101 10011 110000

Color Harmonies of #649381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649381

Black with #649381

Text Example


Text Example

White with #649381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649381; }

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

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

background-color css

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

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

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

border-color css

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

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

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