Html Css Color HEX #649187 Patina

📋 copy color: '#649187'

red 100 ◦ green 145 ◦ blue 135

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

Shades of Patina #649187

Tints of Patina #649187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 26.32%
G = 38.16%
B = 35.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#649187 (or 0x649187) is known color: Patina. HEX triplet: 64, 91 and 87. RGB value is (100,145,135). Sum of RGB (Red+Green+Blue) = 100+145+135=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #649187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649187 is #9B6E78. Grayscale: #828282. Windows color (decimal): -10186361 or 8884580. OLE color: 8884580.

HSL color Cylindrical-coordinate representation of color #649187: hue angle of 166.67º 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 #649187 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 135 -
CMYK 0.31 0 0.07 0.43
HSL 166.67º 0.18% 0.48% -
HSV(B) 166.67º 0.31% 0.57% -
XYZ 19.75 24.71 26.65 -
YUV 130.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 100 145 135 0.31 0 0.07 0.43 166.67 0.18 0.48
Hex 64 91 87 1F 0 7 2B A7 12 30
Octal 144 221 207 37 0 7 53 247 22 60
Binary 1100100 10010001 10000111 11111 0 111 101011 10100111 10010 110000

Color Harmonies of #649187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649187

Black with #649187

Text Example


Text Example

White with #649187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649187; }

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

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

background-color css

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

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

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

border-color css

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

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

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