Html Css Color HEX #649581 Patina

📋 copy color: '#649581'

red 100 ◦ green 149 ◦ blue 129

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

Shades of Patina #649581

Tints of Patina #649581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 26.46%
G = 39.42%
B = 34.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#649581 (or 0x649581) is known color: Patina. HEX triplet: 64, 95 and 81. RGB value is (100,149,129). Sum of RGB (Red+Green+Blue) = 100+149+129=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #649581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649581 is #9B6A7E. Grayscale: #848484. Windows color (decimal): -10185343 or 8492388. OLE color: 8492388.

HSL color Cylindrical-coordinate representation of color #649581: hue angle of 155.51º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649581 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 129 -
CMYK 0.33 0 0.13 0.42
HSL 155.51º 0.2% 0.49% -
HSV(B) 155.51º 0.33% 0.58% -
XYZ 19.97 25.79 24.69 -
YUV 132.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 100 149 129 0.33 0 0.13 0.42 155.51 0.2 0.49
Hex 64 95 81 21 0 D 2A 9C 14 31
Octal 144 225 201 41 0 15 52 234 24 61
Binary 1100100 10010101 10000001 100001 0 1101 101010 10011100 10100 110001

Color Harmonies of #649581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649581

Black with #649581

Text Example


Text Example

White with #649581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649581; }

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

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

background-color css

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

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

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

border-color css

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

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

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