#64394E

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

Shades of Tawny Port #64394E

Tints of Tawny Port #64394E

Color information

#64394E (or 0x64394E) is unknown color: approx Tawny Port. HEX triplet: 64, 39 and 4E. RGB value is (100,57,78). Sum of RGB (Red+Green+Blue) = 100+57+78=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #64394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64394E is #9BC6B1. Grayscale: #484848. Windows color (decimal): -10208946 or 5126500. OLE color: 5126500.

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

Color convert

RGB1005778-
CMYK00.430.220.61
HSL330.7º27.39%30.78%-
HSV(B)330.7º43%39.22%-
XYZ8.096.197.98-
YUV72.25131.25147.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=42.55%
G=24.26%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100577800.430.220.61330.727.3930.78
Hex64394E02B163D14b1b1f
Octal1447111605326755133337
Binary110010011100110011100101011101101111011010010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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