#648C85

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

Shades of Patina #648C85

Tints of Patina #648C85

Color information

#648C85 (or 0x648C85) is unknown color: approx Patina. HEX triplet: 64, 8C and 85. RGB value is (100,140,133). Sum of RGB (Red+Green+Blue) = 100+140+133=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #648C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648C85 is #9B737A. Grayscale: #7F7F7F. Windows color (decimal): -10187643 or 8752228. OLE color: 8752228.

HSL color Cylindrical-coordinate representation of color #648C85: hue angle of 169.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648C85 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB100140133-
CMYK0.2900.050.45
HSL169.5º16.67%47.06%-
HSV(B)169.5º28.57%54.9%-
XYZ18.8723.1625.67-
YUV127.24131.25108.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=26.81%
G=37.53%
B=35.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001401330.2900.050.45169.516.6747.06
Hex648C851D052Da9112f
Octal1442142053505552512157
Binary110010010001100100001011110101011011011010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,140,133); }

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

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

 a { background-color: rgb(100,140,133); }

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

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

 span { border-color: rgb(100,140,133); }

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