#64364E

Color #64364E Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #64364E

Tints of Tawny Port #64364E

Color information

#64364E (or 0x64364E) is unknown color: approx Tawny Port. HEX triplet: 64, 36 and 4E. RGB value is (100,54,78). Sum of RGB (Red+Green+Blue) = 100+54+78=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64364E is #9BC9B1. Grayscale: #464646. Windows color (decimal): -10209714 or 5125732. OLE color: 5125732.

HSL color Cylindrical-coordinate representation of color #64364E: hue angle of 328.7º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64364E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB1005478-
CMYK00.460.220.61
HSL328.7º29.87%30.2%-
HSV(B)328.7º46%39.22%-
XYZ7.955.97.93-
YUV70.49132.24149.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=43.10%
G=23.28%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100547800.460.220.61328.729.8730.2
Hex64364E02E163D1491e1e
Octal1446611605626755113636
Binary110010011011010011100101110101101111011010010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64364E; }

 p { color: rgb(100,54,78); }

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

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

 a { background-color: rgb(100,54,78); }

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

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

 span { border-color: rgb(100,54,78); }

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