#66384E

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

Shades of Tawny Port #66384E

Tints of Tawny Port #66384E

Color information

#66384E (or 0x66384E) is unknown color: approx Tawny Port. HEX triplet: 66, 38 and 4E. RGB value is (102,56,78). Sum of RGB (Red+Green+Blue) = 102+56+78=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #66384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66384E is #99C7B1. Grayscale: #484848. Windows color (decimal): -10078130 or 5126246. OLE color: 5126246.

HSL color Cylindrical-coordinate representation of color #66384E: hue angle of 331.3º 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 #66384E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1025678-
CMYK00.450.240.6
HSL331.3º29.11%30.98%-
HSV(B)331.3º45.1%40%-
XYZ8.276.27.97-
YUV72.26131.24149.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=43.22%
G=23.73%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102567800.450.240.6331.329.1130.98
Hex66384E02D183C14b1d1f
Octal1467011605530745133537
Binary110011011100010011100101101110001111001010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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