#643341

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

Shades of Tawny Port #643341

Tints of Tawny Port #643341

Color information

#643341 (or 0x643341) is unknown color: approx Tawny Port. HEX triplet: 64, 33 and 41. RGB value is (100,51,65). Sum of RGB (Red+Green+Blue) = 100+51+65=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #643341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643341 is #9BCCBE. Grayscale: #434343. Windows color (decimal): -10210495 or 4272996. OLE color: 4272996.

HSL color Cylindrical-coordinate representation of color #643341: hue angle of 342.86º 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 #643341 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB1005165-
CMYK00.490.350.61
HSL342.86º32.45%29.61%-
HSV(B)342.86º49%39.22%-
XYZ7.395.465.66-
YUV67.25126.73151.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=46.30%
G=23.61%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100516500.490.350.61342.8632.4529.61
Hex643341031233D157201e
Octal1446310106143755274036
Binary11001001100111000001011000110001111110110101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643341; }

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

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

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

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

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

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

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

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