#663448

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

Shades of Tawny Port #663448

Tints of Tawny Port #663448

Color information

#663448 (or 0x663448) is unknown color: approx Tawny Port. HEX triplet: 66, 34 and 48. RGB value is (102,52,72). Sum of RGB (Red+Green+Blue) = 102+52+72=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663448 is #99CBB7. Grayscale: #454545. Windows color (decimal): -10079160 or 4732006. OLE color: 4732006.

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

Color convert

RGB1025272-
CMYK00.490.290.6
HSL336º32.47%30.2%-
HSV(B)336º49.02%40%-
XYZ7.885.756.83-
YUV69.23129.56151.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=45.13%
G=23.01%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102527200.490.290.633632.4730.2
Hex6634480311D3C150201e
Octal1466411006135745204036
Binary1100110110100100100001100011110111110010101000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663448; }

 p { color: rgb(102,52,72); }

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

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

 a { background-color: rgb(102,52,72); }

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

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

 span { border-color: rgb(102,52,72); }

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