Html Css Color HEX #649084 Patina

📋 copy color: '#649084'

red 100 ◦ green 144 ◦ blue 132

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

Shades of Patina #649084

Tints of Patina #649084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 26.6%
G = 38.3%
B = 35.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#649084 (or 0x649084) is known color: Patina. HEX triplet: 64, 90 and 84. RGB value is (100,144,132). Sum of RGB (Red+Green+Blue) = 100+144+132=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #649084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649084 is #9B6F7B. Grayscale: #818181. Windows color (decimal): -10186620 or 8687716. OLE color: 8687716.

HSL color Cylindrical-coordinate representation of color #649084: hue angle of 163.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 #649084 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 132 -
CMYK 0.31 0 0.08 0.44
HSL 163.64º 0.18% 0.48% -
HSV(B) 163.64º 0.31% 0.56% -
XYZ 19.39 24.32 25.5 -
YUV 129.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 100 144 132 0.31 0 0.08 0.44 163.64 0.18 0.48
Hex 64 90 84 1F 0 8 2C A4 12 30
Octal 144 220 204 37 0 10 54 244 22 60
Binary 1100100 10010000 10000100 11111 0 1000 101100 10100100 10010 110000

Color Harmonies of #649084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649084

Black with #649084

Text Example


Text Example

White with #649084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649084; }

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

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

background-color css

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

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

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

border-color css

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

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

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