#64454E

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

Shades of Tawny Port #64454E

Tints of Tawny Port #64454E

Color information

#64454E (or 0x64454E) is unknown color: approx Tawny Port. HEX triplet: 64, 45 and 4E. RGB value is (100,69,78). Sum of RGB (Red+Green+Blue) = 100+69+78=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64454E is #9BBAB1. Grayscale: #4F4F4F. Windows color (decimal): -10205874 or 5129572. OLE color: 5129572.

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

Color convert

RGB1006978-
CMYK00.310.220.61
HSL342.58º18.34%33.14%-
HSV(B)342.58º31%39.22%-
XYZ8.767.528.2-
YUV79.29127.27142.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=40.49%
G=27.94%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100697800.310.220.61342.5818.3433.14
Hex64454E01F163D1571221
Octal14410511603726755272241
Binary1100100100010110011100111111011011110110101011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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