#64454D

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

Shades of Tawny Port #64454D

Tints of Tawny Port #64454D

Color information

#64454D (or 0x64454D) is unknown color: approx Tawny Port. HEX triplet: 64, 45 and 4D. RGB value is (100,69,77). Sum of RGB (Red+Green+Blue) = 100+69+77=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #64454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64454D is #9BBAB2. Grayscale: #4F4F4F. Windows color (decimal): -10205875 or 5064036. OLE color: 5064036.

HSL color Cylindrical-coordinate representation of color #64454D: hue angle of 344.52º 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 #64454D is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB1006977-
CMYK00.310.230.61
HSL344.52º18.34%33.14%-
HSV(B)344.52º31%39.22%-
XYZ8.727.58.01-
YUV79.18126.77142.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=40.65%
G=28.05%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100697700.310.230.61344.5218.3433.14
Hex64454D01F173D1591221
Octal14410511503727755312241
Binary1100100100010110011010111111011111110110101100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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