#648781

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

Shades of Patina #648781

Tints of Patina #648781

Color information

#648781 (or 0x648781) is unknown color: approx Patina. HEX triplet: 64, 87 and 81. RGB value is (100,135,129). Sum of RGB (Red+Green+Blue) = 100+135+129=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #648781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648781 is #9B787E. Grayscale: #7B7B7B. Windows color (decimal): -10188927 or 8488804. OLE color: 8488804.

HSL color Cylindrical-coordinate representation of color #648781: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648781 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB100135129-
CMYK0.2600.040.47
HSL169.71º14.89%46.08%-
HSV(B)169.71º25.93%52.94%-
XYZ17.8821.6224-
YUV123.85130.9110.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 129 (50.78% from 255) = 35.44%
R=27.47%
G=37.09%
B=35.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351290.2600.040.47169.7114.8946.08
Hex6487811A042Faaf2e
Octal1442072013204572521756
Binary11001001000011110000001110100100101111101010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648781; }

 p { color: rgb(100,135,129); }

 H1.HeaderClassName
 {
   color: #648781;
 }
 .AnyTagClassName
 {
   color: #648781;
 }
</style>
background-color css

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

 a { background-color: rgb(100,135,129); }

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

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

 span { border-color: rgb(100,135,129); }

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