Html Css Color HEX #649079 Patina

📋 copy color: '#649079'

red 100 ◦ green 144 ◦ blue 121

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

Shades of Patina #649079

Tints of Patina #649079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 27.4%
G = 39.45%
B = 33.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#649079 (or 0x649079) is known color: Patina. HEX triplet: 64, 90 and 79. RGB value is (100,144,121). Sum of RGB (Red+Green+Blue) = 100+144+121=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #649079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649079 is #9B6F86. Grayscale: #808080. Windows color (decimal): -10186631 or 7966820. OLE color: 7966820.

HSL color Cylindrical-coordinate representation of color #649079: hue angle of 148.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649079 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 121 -
CMYK 0.31 0 0.16 0.44
HSL 148.64º 0.18% 0.48% -
HSV(B) 148.64º 0.31% 0.56% -
XYZ 18.68 24.04 21.74 -
YUV 128.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 100 144 121 0.31 0 0.16 0.44 148.64 0.18 0.48
Hex 64 90 79 1F 0 10 2C 95 12 30
Octal 144 220 171 37 0 20 54 225 22 60
Binary 1100100 10010000 1111001 11111 0 10000 101100 10010101 10010 110000

Color Harmonies of #649079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649079

Black with #649079

Text Example


Text Example

White with #649079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649079; }

 p { color: rgb(100,144,121); }

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

background-color css

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

 a { background-color: rgb(100,144,121); }

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

border-color css

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

 span { border-color: rgb(100,144,121); }

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