Html Css Color HEX #649B8C Patina

📋 copy color: '#649B8C'

red 100 ◦ green 155 ◦ blue 140

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

Shades of Patina #649B8C

Tints of Patina #649B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 25.32%
G = 39.24%
B = 35.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#649B8C (or 0x649B8C) is known color: Patina. HEX triplet: 64, 9B and 8C. RGB value is (100,155,140). Sum of RGB (Red+Green+Blue) = 100+155+140=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #649B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B8C is #9B6473. Grayscale: #888888. Windows color (decimal): -10183796 or 9214820. OLE color: 9214820.

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

Color convert

RGB 100 155 140 -
CMYK 0.35 0 0.10 0.39
HSL 163.64º 0.22% 0.5% -
HSV(B) 163.64º 0.35% 0.61% -
XYZ 21.71 28.05 29.08 -
YUV 136.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 100 155 140 0.35 0 0.10 0.39 163.64 0.22 0.5
Hex 64 9B 8C 23 0 A 27 A4 16 32
Octal 144 233 214 43 0 12 47 244 26 62
Binary 1100100 10011011 10001100 100011 0 1010 100111 10100100 10110 110010

Color Harmonies of #649B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B8C

Black with #649B8C

Text Example


Text Example

White with #649B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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