#64948B

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

Shades of Patina #64948B

Tints of Patina #64948B

Color information

#64948B (or 0x64948B) is unknown color: approx Patina. HEX triplet: 64, 94 and 8B. RGB value is (100,148,139). Sum of RGB (Red+Green+Blue) = 100+148+139=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #64948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64948B is #9B6B74. Grayscale: #848484. Windows color (decimal): -10185589 or 9147492. OLE color: 9147492.

HSL color Cylindrical-coordinate representation of color #64948B: hue angle of 168.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 #64948B is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB100148139-
CMYK0.3200.060.42
HSL168.75º19.35%48.63%-
HSV(B)168.75º32.43%58.04%-
XYZ20.5125.7528.32-
YUV132.62131.6104.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=25.84%
G=38.24%
B=35.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481390.3200.060.42168.7519.3548.63
Hex64948B20062Aa91331
Octal1442242134006522512361
Binary1100100100101001000101110000001101010101010100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64948B; }

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

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

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

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

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

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

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

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