#643344

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

Shades of Tawny Port #643344

Tints of Tawny Port #643344

Color information

#643344 (or 0x643344) is unknown color: approx Tawny Port. HEX triplet: 64, 33 and 44. RGB value is (100,51,68). Sum of RGB (Red+Green+Blue) = 100+51+68=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #643344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643344 is #9BCCBB. Grayscale: #434343. Windows color (decimal): -10210492 or 4469604. OLE color: 4469604.

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

Color convert

RGB1005168-
CMYK00.490.320.61
HSL339.18º32.45%29.61%-
HSV(B)339.18º49%39.22%-
XYZ7.485.496.13-
YUV67.59128.23151.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=45.66%
G=23.29%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100516800.490.320.61339.1832.4529.61
Hex643344031203D153201e
Octal1446310406140755234036
Binary11001001100111000100011000110000011110110101001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643344; }

 p { color: rgb(100,51,68); }

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

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

 a { background-color: rgb(100,51,68); }

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

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

 span { border-color: rgb(100,51,68); }

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