#649985

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

Shades of Patina #649985

Tints of Patina #649985

Color information

#649985 (or 0x649985) is unknown color: approx Patina. HEX triplet: 64, 99 and 85. RGB value is (100,153,133). Sum of RGB (Red+Green+Blue) = 100+153+133=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #649985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649985 is #9B667A. Grayscale: #868686. Windows color (decimal): -10184315 or 8755556. OLE color: 8755556.

HSL color Cylindrical-coordinate representation of color #649985: hue angle of 157.36º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649985 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB100153133-
CMYK0.3500.130.4
HSL157.36º20.95%49.61%-
HSV(B)157.36º34.64%60%-
XYZ20.8827.1926.34-
YUV134.87126.94103.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=25.91%
G=39.64%
B=34.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001531330.3500.130.4157.3620.9549.61
Hex649985230D289d1532
Octal14423120543015502352562
Binary11001001001100110000101100011011011010001001110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649985; }

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

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

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

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

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

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

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

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