#64354F

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

Shades of Tawny Port #64354F

Tints of Tawny Port #64354F

Color information

#64354F (or 0x64354F) is unknown color: approx Tawny Port. HEX triplet: 64, 35 and 4F. RGB value is (100,53,79). Sum of RGB (Red+Green+Blue) = 100+53+79=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64354F is #9BCAB0. Grayscale: #454545. Windows color (decimal): -10209969 or 5191012. OLE color: 5191012.

HSL color Cylindrical-coordinate representation of color #64354F: hue angle of 326.81º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64354F is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB1005379-
CMYK00.470.210.61
HSL326.81º30.72%30%-
HSV(B)326.81º47%39.22%-
XYZ7.945.828.1-
YUV70.02133.07149.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=43.10%
G=22.84%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100537900.470.210.61326.8130.7230
Hex64354F02F153D1471f1e
Octal1446511705725755073736
Binary110010011010110011110101111101011111011010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64354F; }

 p { color: rgb(100,53,79); }

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

<style>
 a { background-color: #64354F; }

 a { background-color: rgb(100,53,79); }

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

<style>
 span { border-color: #64354F; }

 span { border-color: rgb(100,53,79); }

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