Html Css Color HEX #649882 Patina

📋 copy color: '#649882'

red 100 ◦ green 152 ◦ blue 130

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

Shades of Patina #649882

Tints of Patina #649882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 26.18%
G = 39.79%
B = 34.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#649882 (or 0x649882) is known color: Patina. HEX triplet: 64, 98 and 82. RGB value is (100,152,130). Sum of RGB (Red+Green+Blue) = 100+152+130=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #649882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649882 is #9B677D. Grayscale: #858585. Windows color (decimal): -10184574 or 8558692. OLE color: 8558692.

HSL color Cylindrical-coordinate representation of color #649882: hue angle of 154.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649882 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 130 -
CMYK 0.34 0 0.14 0.40
HSL 154.62º 0.21% 0.49% -
HSV(B) 154.62º 0.34% 0.6% -
XYZ 20.51 26.78 25.21 -
YUV 133.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 100 152 130 0.34 0 0.14 0.40 154.62 0.21 0.49
Hex 64 98 82 22 0 E 28 9B 15 31
Octal 144 230 202 42 0 16 50 233 25 61
Binary 1100100 10011000 10000010 100010 0 1110 101000 10011011 10101 110001

Color Harmonies of #649882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649882

Black with #649882

Text Example


Text Example

White with #649882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649882; }

 p { color: rgb(100,152,130); }

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

background-color css

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

 a { background-color: rgb(100,152,130); }

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

border-color css

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

 span { border-color: rgb(100,152,130); }

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