#663D46

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

Shades of Tawny Port #663D46

Tints of Tawny Port #663D46

Color information

#663D46 (or 0x663D46) is unknown color: approx Tawny Port. HEX triplet: 66, 3D and 46. RGB value is (102,61,70). Sum of RGB (Red+Green+Blue) = 102+61+70=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #663D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D46 is #99C2B9. Grayscale: #4A4A4A. Windows color (decimal): -10076858 or 4603238. OLE color: 4603238.

HSL color Cylindrical-coordinate representation of color #663D46: hue angle of 346.83º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D46 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1026170-
CMYK00.400.310.6
HSL346.83º25.15%31.96%-
HSV(B)346.83º40.2%40%-
XYZ8.256.66.63-
YUV74.28125.58147.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=43.78%
G=26.18%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102617000.400.310.6346.8325.1531.96
Hex663D460281F3C15b1920
Octal1467510605037745333140
Binary1100110111101100011001010001111111110010101101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663D46; }

 p { color: rgb(102,61,70); }

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

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

 a { background-color: rgb(102,61,70); }

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

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

 span { border-color: rgb(102,61,70); }

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