#663344

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

Shades of Tawny Port #663344

Tints of Tawny Port #663344

Color information

#663344 (or 0x663344) is unknown color: approx Tawny Port. HEX triplet: 66, 33 and 44. RGB value is (102,51,68). Sum of RGB (Red+Green+Blue) = 102+51+68=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663344 is #99CCBB. Grayscale: #444444. Windows color (decimal): -10079420 or 4469606. OLE color: 4469606.

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

Color convert

RGB1025168-
CMYK00.50.330.6
HSL340º33.33%30%-
HSV(B)340º50%40%-
XYZ7.715.616.15-
YUV68.19127.9152.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102516800.50.330.634033.3330
Hex663344032213C154211e
Octal1466310406241745244136
Binary11001101100111000100011001010000111110010101010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663344; }

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

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

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

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

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

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

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

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