Html Css Color HEX #649881 Patina

📋 copy color: '#649881'

red 100 ◦ green 152 ◦ blue 129

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

Shades of Patina #649881

Tints of Patina #649881

RGB

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

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

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

R = 26.25%
G = 39.9%
B = 33.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#649881 (or 0x649881) is known color: Patina. HEX triplet: 64, 98 and 81. RGB value is (100,152,129). Sum of RGB (Red+Green+Blue) = 100+152+129=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #649881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649881 is #9B677E. Grayscale: #858585. Windows color (decimal): -10184575 or 8493156. OLE color: 8493156.

HSL color Cylindrical-coordinate representation of color #649881: hue angle of 153.46º 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 #649881 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 129 -
CMYK 0.34 0 0.15 0.40
HSL 153.46º 0.21% 0.49% -
HSV(B) 153.46º 0.34% 0.6% -
XYZ 20.45 26.75 24.85 -
YUV 133.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 100 152 129 0.34 0 0.15 0.40 153.46 0.21 0.49
Hex 64 98 81 22 0 F 28 99 15 31
Octal 144 230 201 42 0 17 50 231 25 61
Binary 1100100 10011000 10000001 100010 0 1111 101000 10011001 10101 110001

Color Harmonies of #649881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649881

Black with #649881

Text Example


Text Example

White with #649881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649881; }

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

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

background-color css

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

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

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

border-color css

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

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

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