#663C45

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

Shades of Tawny Port #663C45

Tints of Tawny Port #663C45

Color information

#663C45 (or 0x663C45) is unknown color: approx Tawny Port. HEX triplet: 66, 3C and 45. RGB value is (102,60,69). Sum of RGB (Red+Green+Blue) = 102+60+69=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #663C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C45 is #99C3BA. Grayscale: #494949. Windows color (decimal): -10077115 or 4537446. OLE color: 4537446.

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

Color convert

RGB1026069-
CMYK00.410.320.6
HSL347.14º25.93%31.76%-
HSV(B)347.14º41.18%40%-
XYZ8.176.496.45-
YUV73.58125.41148.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=44.16%
G=25.97%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102606900.410.320.6347.1425.9331.76
Hex663C45029203C15b1a20
Octal1467410505140745333240
Binary11001101111001000101010100110000011110010101101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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