#663740

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

Shades of Tawny Port #663740

Tints of Tawny Port #663740

Color information

#663740 (or 0x663740) is unknown color: approx Tawny Port. HEX triplet: 66, 37 and 40. RGB value is (102,55,64). Sum of RGB (Red+Green+Blue) = 102+55+64=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663740 is #99C8BF. Grayscale: #464646. Windows color (decimal): -10078400 or 4208486. OLE color: 4208486.

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

Color convert

RGB1025564-
CMYK00.460.370.6
HSL348.51º29.94%30.78%-
HSV(B)348.51º46.08%40%-
XYZ7.775.935.58-
YUV70.08124.57150.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 55 (21.88% from 255) = 24.89%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=46.15%
G=24.89%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102556400.460.370.6348.5129.9430.78
Hex66374002E253C15d1e1f
Octal1466710005645745353637
Binary1100110110111100000001011101001011111001010111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663740; }

 p { color: rgb(102,55,64); }

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

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

 a { background-color: rgb(102,55,64); }

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

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

 span { border-color: rgb(102,55,64); }

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