Html Css Color HEX #649B89 Patina

📋 copy color: '#649B89'

red 100 ◦ green 155 ◦ blue 137

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

Shades of Patina #649B89

Tints of Patina #649B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 25.51%
G = 39.54%
B = 34.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#649B89 (or 0x649B89) is known color: Patina. HEX triplet: 64, 9B and 89. RGB value is (100,155,137). Sum of RGB (Red+Green+Blue) = 100+155+137=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #649B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B89 is #9B6476. Grayscale: #888888. Windows color (decimal): -10183799 or 9018212. OLE color: 9018212.

HSL color Cylindrical-coordinate representation of color #649B89: hue angle of 160.36º 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 #649B89 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 137 -
CMYK 0.35 0 0.12 0.39
HSL 160.36º 0.22% 0.5% -
HSV(B) 160.36º 0.35% 0.61% -
XYZ 21.49 27.96 27.93 -
YUV 136.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 100 155 137 0.35 0 0.12 0.39 160.36 0.22 0.5
Hex 64 9B 89 23 0 C 27 A0 16 32
Octal 144 233 211 43 0 14 47 240 26 62
Binary 1100100 10011011 10001001 100011 0 1100 100111 10100000 10110 110010

Color Harmonies of #649B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B89

Black with #649B89

Text Example


Text Example

White with #649B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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