Html Css Color HEX #648982 Patina

📋 copy color: '#648982'

red 100 ◦ green 137 ◦ blue 130

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

Shades of Patina #648982

Tints of Patina #648982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

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

R = 27.25%
G = 37.33%
B = 35.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#648982 (or 0x648982) is known color: Patina. HEX triplet: 64, 89 and 82. RGB value is (100,137,130). Sum of RGB (Red+Green+Blue) = 100+137+130=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #648982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648982 is #9B767D. Grayscale: #7D7D7D. Windows color (decimal): -10188414 or 8554852. OLE color: 8554852.

HSL color Cylindrical-coordinate representation of color #648982: hue angle of 168.65º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648982 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 130 -
CMYK 0.27 0 0.05 0.46
HSL 168.65º 0.16% 0.46% -
HSV(B) 168.65º 0.27% 0.54% -
XYZ 18.23 22.21 24.45 -
YUV 125.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 100 137 130 0.27 0 0.05 0.46 168.65 0.16 0.46
Hex 64 89 82 1B 0 5 2E A9 10 2E
Octal 144 211 202 33 0 5 56 251 20 56
Binary 1100100 10001001 10000010 11011 0 101 101110 10101001 10000 101110

Color Harmonies of #648982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648982

Black with #648982

Text Example


Text Example

White with #648982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648982; }

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

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

background-color css

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

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

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

border-color css

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

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

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