#663242

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

Shades of Tawny Port #663242

Tints of Tawny Port #663242

Color information

#663242 (or 0x663242) is unknown color: approx Tawny Port. HEX triplet: 66, 32 and 42. RGB value is (102,50,66). Sum of RGB (Red+Green+Blue) = 102+50+66=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #663242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663242 is #99CDBD. Grayscale: #434343. Windows color (decimal): -10079678 or 4338278. OLE color: 4338278.

HSL color Cylindrical-coordinate representation of color #663242: hue angle of 341.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663242 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB1025066-
CMYK00.510.350.6
HSL341.54º34.21%29.8%-
HSV(B)341.54º50.98%40%-
XYZ7.65.55.81-
YUV67.37127.23152.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=46.79%
G=22.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102506600.510.350.6341.5434.2129.8
Hex663242033233C156221e
Octal1466210206343745264236
Binary11001101100101000010011001110001111110010101011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663242; }

 p { color: rgb(102,50,66); }

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

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

 a { background-color: rgb(102,50,66); }

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

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

 span { border-color: rgb(102,50,66); }

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