Html Css Color HEX #649281 Patina

📋 copy color: '#649281'

red 100 ◦ green 146 ◦ blue 129

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

Shades of Patina #649281

Tints of Patina #649281

RGB

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

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

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

R = 26.67%
G = 38.93%
B = 34.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#649281 (or 0x649281) is known color: Patina. HEX triplet: 64, 92 and 81. RGB value is (100,146,129). Sum of RGB (Red+Green+Blue) = 100+146+129=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #649281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649281 is #9B6D7E. Grayscale: #828282. Windows color (decimal): -10186111 or 8491620. OLE color: 8491620.

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

Color convert

RGB 100 146 129 -
CMYK 0.32 0 0.12 0.43
HSL 157.83º 0.19% 0.48% -
HSV(B) 157.83º 0.32% 0.57% -
XYZ 19.5 24.85 24.54 -
YUV 130.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 100 146 129 0.32 0 0.12 0.43 157.83 0.19 0.48
Hex 64 92 81 20 0 C 2B 9E 13 30
Octal 144 222 201 40 0 14 53 236 23 60
Binary 1100100 10010010 10000001 100000 0 1100 101011 10011110 10011 110000

Color Harmonies of #649281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649281

Black with #649281

Text Example


Text Example

White with #649281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649281; }

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

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

background-color css

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

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

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

border-color css

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

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

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