#663345

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

Shades of Tawny Port #663345

Tints of Tawny Port #663345

Color information

#663345 (or 0x663345) is unknown color: approx Tawny Port. HEX triplet: 66, 33 and 45. RGB value is (102,51,69). Sum of RGB (Red+Green+Blue) = 102+51+69=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663345 is #99CCBA. Grayscale: #444444. Windows color (decimal): -10079419 or 4535142. OLE color: 4535142.

HSL color Cylindrical-coordinate representation of color #663345: hue angle of 338.82º 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 #663345 is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB1025169-
CMYK00.50.320.6
HSL338.82º33.33%30%-
HSV(B)338.82º50%40%-
XYZ7.745.626.31-
YUV68.3128.4152.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=45.95%
G=22.97%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102516900.50.320.6338.8233.3330
Hex663345032203C153211e
Octal1466310506240745234136
Binary11001101100111000101011001010000011110010101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663345; }

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

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

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

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

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

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

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

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