Html Css Color HEX #648E82 Patina

📋 copy color: '#648E82'

red 100 ◦ green 142 ◦ blue 130

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

Shades of Patina #648E82

Tints of Patina #648E82

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

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

R = 26.88%
G = 38.17%
B = 34.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#648E82 (or 0x648E82) is known color: Patina. HEX triplet: 64, 8E and 82. RGB value is (100,142,130). Sum of RGB (Red+Green+Blue) = 100+142+130=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #648E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648E82 is #9B717D. Grayscale: #808080. Windows color (decimal): -10187134 or 8556132. OLE color: 8556132.

HSL color Cylindrical-coordinate representation of color #648E82: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E82 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 142 130 -
CMYK 0.30 0 0.08 0.44
HSL 162.86º 0.17% 0.47% -
HSV(B) 162.86º 0.3% 0.56% -
XYZ 18.96 23.67 24.69 -
YUV 128.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 100 142 130 0.30 0 0.08 0.44 162.86 0.17 0.47
Hex 64 8E 82 1E 0 8 2C A3 11 2F
Octal 144 216 202 36 0 10 54 243 21 57
Binary 1100100 10001110 10000010 11110 0 1000 101100 10100011 10001 101111

Color Harmonies of #648E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648E82

Black with #648E82

Text Example


Text Example

White with #648E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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