#66384A

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

Shades of Tawny Port #66384A

Tints of Tawny Port #66384A

Color information

#66384A (or 0x66384A) is unknown color: approx Tawny Port. HEX triplet: 66, 38 and 4A. RGB value is (102,56,74). Sum of RGB (Red+Green+Blue) = 102+56+74=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66384A is #99C7B5. Grayscale: #474747. Windows color (decimal): -10078134 or 4864102. OLE color: 4864102.

HSL color Cylindrical-coordinate representation of color #66384A: hue angle of 336.52º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66384A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1025674-
CMYK00.450.270.6
HSL336.52º29.11%30.98%-
HSV(B)336.52º45.1%40%-
XYZ8.136.157.24-
YUV71.81129.24149.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=43.97%
G=24.14%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102567400.450.270.6336.5229.1130.98
Hex66384A02D1B3C1511d1f
Octal1467011205533745213537
Binary110011011100010010100101101110111111001010100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66384A; }

 p { color: rgb(102,56,74); }

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

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

 a { background-color: rgb(102,56,74); }

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

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

 span { border-color: rgb(102,56,74); }

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