Html Css Color HEX #649B82 Patina

📋 copy color: '#649B82'

red 100 ◦ green 155 ◦ blue 130

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

Shades of Patina #649B82

Tints of Patina #649B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 25.97%
G = 40.26%
B = 33.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#649B82 (or 0x649B82) is known color: Patina. HEX triplet: 64, 9B and 82. RGB value is (100,155,130). Sum of RGB (Red+Green+Blue) = 100+155+130=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #649B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B82 is #9B647D. Grayscale: #878787. Windows color (decimal): -10183806 or 8559460. OLE color: 8559460.

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

Color convert

RGB 100 155 130 -
CMYK 0.35 0 0.16 0.39
HSL 152.73º 0.22% 0.5% -
HSV(B) 152.73º 0.35% 0.61% -
XYZ 21.01 27.76 25.37 -
YUV 135.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 100 155 130 0.35 0 0.16 0.39 152.73 0.22 0.5
Hex 64 9B 82 23 0 10 27 99 16 32
Octal 144 233 202 43 0 20 47 231 26 62
Binary 1100100 10011011 10000010 100011 0 10000 100111 10011001 10110 110010

Color Harmonies of #649B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B82

Black with #649B82

Text Example


Text Example

White with #649B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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