Html Css Color HEX #649386 Patina

📋 copy color: '#649386'

red 100 ◦ green 147 ◦ blue 134

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

Shades of Patina #649386

Tints of Patina #649386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 26.25%
G = 38.58%
B = 35.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#649386 (or 0x649386) is known color: Patina. HEX triplet: 64, 93 and 86. RGB value is (100,147,134). Sum of RGB (Red+Green+Blue) = 100+147+134=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #649386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649386 is #9B6C79. Grayscale: #838383. Windows color (decimal): -10185850 or 8819556. OLE color: 8819556.

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

Color convert

RGB 100 147 134 -
CMYK 0.32 0 0.09 0.42
HSL 163.4º 0.19% 0.48% -
HSV(B) 163.4º 0.32% 0.58% -
XYZ 19.99 25.3 26.38 -
YUV 131.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 100 147 134 0.32 0 0.09 0.42 163.4 0.19 0.48
Hex 64 93 86 20 0 9 2A A3 13 30
Octal 144 223 206 40 0 11 52 243 23 60
Binary 1100100 10010011 10000110 100000 0 1001 101010 10100011 10011 110000

Color Harmonies of #649386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649386

Black with #649386

Text Example


Text Example

White with #649386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649386; }

 p { color: rgb(100,147,134); }

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

background-color css

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

 a { background-color: rgb(100,147,134); }

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

border-color css

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

 span { border-color: rgb(100,147,134); }

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