#648982

Color #648982 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #648982

Tints of Patina #648982

Color information

#648982 (or 0x648982) is unknown color: approx 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

RGB100137130-
CMYK0.2700.050.46
HSL168.65º15.61%46.47%-
HSV(B)168.65º27.01%53.73%-
XYZ18.2322.2124.45-
YUV125.14130.74110.07-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371300.2700.050.46168.6515.6146.47
Hex6489821B052Ea9102e
Octal1442112023305562512056
Binary110010010001001100000101101101011011101010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>