Html Css Color HEX #649185 Patina

📋 copy color: '#649185'

red 100 ◦ green 145 ◦ blue 133

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

Shades of Patina #649185

Tints of Patina #649185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 26.46%
G = 38.36%
B = 35.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#649185 (or 0x649185) is known color: Patina. HEX triplet: 64, 91 and 85. RGB value is (100,145,133). Sum of RGB (Red+Green+Blue) = 100+145+133=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #649185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649185 is #9B6E7A. Grayscale: #828282. Windows color (decimal): -10186363 or 8753508. OLE color: 8753508.

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

Color convert

RGB 100 145 133 -
CMYK 0.31 0 0.08 0.43
HSL 164º 0.18% 0.48% -
HSV(B) 164º 0.31% 0.57% -
XYZ 19.61 24.65 25.92 -
YUV 130.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 100 145 133 0.31 0 0.08 0.43 164 0.18 0.48
Hex 64 91 85 1F 0 8 2B A4 12 30
Octal 144 221 205 37 0 10 53 244 22 60
Binary 1100100 10010001 10000101 11111 0 1000 101011 10100100 10010 110000

Color Harmonies of #649185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649185

Black with #649185

Text Example


Text Example

White with #649185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649185; }

 p { color: rgb(100,145,133); }

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

background-color css

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

 a { background-color: rgb(100,145,133); }

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

border-color css

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

 span { border-color: rgb(100,145,133); }

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