Html Css Color HEX #649086 Patina

📋 copy color: '#649086'

red 100 ◦ green 144 ◦ blue 134

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

Shades of Patina #649086

Tints of Patina #649086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 26.46%
G = 38.1%
B = 35.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#649086 (or 0x649086) is known color: Patina. HEX triplet: 64, 90 and 86. RGB value is (100,144,134). Sum of RGB (Red+Green+Blue) = 100+144+134=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #649086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649086 is #9B6F79. Grayscale: #818181. Windows color (decimal): -10186618 or 8818788. OLE color: 8818788.

HSL color Cylindrical-coordinate representation of color #649086: hue angle of 166.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649086 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 134 -
CMYK 0.31 0 0.07 0.44
HSL 166.36º 0.18% 0.48% -
HSV(B) 166.36º 0.31% 0.56% -
XYZ 19.53 24.38 26.23 -
YUV 129.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 100 144 134 0.31 0 0.07 0.44 166.36 0.18 0.48
Hex 64 90 86 1F 0 7 2C A6 12 30
Octal 144 220 206 37 0 7 54 246 22 60
Binary 1100100 10010000 10000110 11111 0 111 101100 10100110 10010 110000

Color Harmonies of #649086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649086

Black with #649086

Text Example


Text Example

White with #649086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649086; }

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

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

background-color css

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

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

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

border-color css

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

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

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