#643A4A

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

Shades of Tawny Port #643A4A

Tints of Tawny Port #643A4A

Color information

#643A4A (or 0x643A4A) is unknown color: approx Tawny Port. HEX triplet: 64, 3A and 4A. RGB value is (100,58,74). Sum of RGB (Red+Green+Blue) = 100+58+74=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #643A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643A4A is #9BC5B5. Grayscale: #484848. Windows color (decimal): -10208694 or 4864612. OLE color: 4864612.

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

Color convert

RGB1005874-
CMYK00.420.260.61
HSL337.14º26.58%30.98%-
HSV(B)337.14º42%39.22%-
XYZ86.237.26-
YUV72.38128.91147.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=43.10%
G=25%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100587400.420.260.61337.1426.5830.98
Hex643A4A02A1A3D1511b1f
Octal1447211205232755213337
Binary110010011101010010100101010110101111011010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643A4A; }

 p { color: rgb(100,58,74); }

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

<style>
 a { background-color: #643A4A; }

 a { background-color: rgb(100,58,74); }

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

<style>
 span { border-color: #643A4A; }

 span { border-color: rgb(100,58,74); }

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