Html Css Color HEX #649284 Patina

📋 copy color: '#649284'

red 100 ◦ green 146 ◦ blue 132

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

Shades of Patina #649284

Tints of Patina #649284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

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

R = 26.46%
G = 38.62%
B = 34.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#649284 (or 0x649284) is known color: Patina. HEX triplet: 64, 92 and 84. RGB value is (100,146,132). Sum of RGB (Red+Green+Blue) = 100+146+132=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #649284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649284 is #9B6D7B. Grayscale: #828282. Windows color (decimal): -10186108 or 8688228. OLE color: 8688228.

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

Color convert

RGB 100 146 132 -
CMYK 0.32 0 0.10 0.43
HSL 161.74º 0.19% 0.48% -
HSV(B) 161.74º 0.32% 0.57% -
XYZ 19.7 24.93 25.6 -
YUV 130.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 100 146 132 0.32 0 0.10 0.43 161.74 0.19 0.48
Hex 64 92 84 20 0 A 2B A2 13 30
Octal 144 222 204 40 0 12 53 242 23 60
Binary 1100100 10010010 10000100 100000 0 1010 101011 10100010 10011 110000

Color Harmonies of #649284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649284

Black with #649284

Text Example


Text Example

White with #649284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649284; }

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

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

background-color css

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

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

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

border-color css

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

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

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