#649483

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

Shades of Patina #649483

Tints of Patina #649483

Color information

#649483 (or 0x649483) is unknown color: approx Patina. HEX triplet: 64, 94 and 83. RGB value is (100,148,131). Sum of RGB (Red+Green+Blue) = 100+148+131=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #649483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649483 is #9B6B7C. Grayscale: #838383. Windows color (decimal): -10185597 or 8623204. OLE color: 8623204.

HSL color Cylindrical-coordinate representation of color #649483: hue angle of 158.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649483 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB100148131-
CMYK0.3200.110.42
HSL158.75º19.35%48.63%-
HSV(B)158.75º32.43%58.04%-
XYZ19.9425.5325.35-
YUV131.71127.6105.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=26.39%
G=39.05%
B=34.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481310.3200.110.42158.7519.3548.63
Hex649483200B2A9f1331
Octal14422420340013522372361
Binary11001001001010010000011100000010111010101001111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649483; }

 p { color: rgb(100,148,131); }

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

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

 a { background-color: rgb(100,148,131); }

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

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

 span { border-color: rgb(100,148,131); }

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