#66354F

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

Shades of Tawny Port #66354F

Tints of Tawny Port #66354F

Color information

#66354F (or 0x66354F) is unknown color: approx Tawny Port. HEX triplet: 66, 35 and 4F. RGB value is (102,53,79). Sum of RGB (Red+Green+Blue) = 102+53+79=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66354F is #99CAB0. Grayscale: #464646. Windows color (decimal): -10078897 or 5191014. OLE color: 5191014.

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

Color convert

RGB1025379-
CMYK00.480.230.6
HSL328.16º31.61%30.39%-
HSV(B)328.16º48.04%40%-
XYZ8.165.948.11-
YUV70.61132.73150.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=43.59%
G=22.65%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102537900.480.230.6328.1631.6130.39
Hex66354F030173C148201e
Octal1466511706027745104036
Binary1100110110101100111101100001011111110010100100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66354F; }

 p { color: rgb(102,53,79); }

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

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

 a { background-color: rgb(102,53,79); }

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

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

 span { border-color: rgb(102,53,79); }

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