Html Css Color HEX #649B90 Patina

📋 copy color: '#649B90'

red 100 ◦ green 155 ◦ blue 144

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

Shades of Patina #649B90

Tints of Patina #649B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 25.06%
G = 38.85%
B = 36.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#649B90 (or 0x649B90) is known color: Patina. HEX triplet: 64, 9B and 90. RGB value is (100,155,144). Sum of RGB (Red+Green+Blue) = 100+155+144=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #649B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B90 is #9B646F. Grayscale: #898989. Windows color (decimal): -10183792 or 9476964. OLE color: 9476964.

HSL color Cylindrical-coordinate representation of color #649B90: hue angle of 168º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B90 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 144 -
CMYK 0.35 0 0.07 0.39
HSL 168º 0.22% 0.5% -
HSV(B) 168º 0.35% 0.61% -
XYZ 22.01 28.17 30.66 -
YUV 137.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 100 155 144 0.35 0 0.07 0.39 168 0.22 0.5
Hex 64 9B 90 23 0 7 27 A8 16 32
Octal 144 233 220 43 0 7 47 250 26 62
Binary 1100100 10011011 10010000 100011 0 111 100111 10101000 10110 110010

Color Harmonies of #649B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B90

Black with #649B90

Text Example


Text Example

White with #649B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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