#66354B

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

Shades of Tawny Port #66354B

Tints of Tawny Port #66354B

Color information

#66354B (or 0x66354B) is unknown color: approx Tawny Port. HEX triplet: 66, 35 and 4B. RGB value is (102,53,75). Sum of RGB (Red+Green+Blue) = 102+53+75=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66354B is #99CAB4. Grayscale: #464646. Windows color (decimal): -10078901 or 4928870. OLE color: 4928870.

HSL color Cylindrical-coordinate representation of color #66354B: hue angle of 333.06º 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 #66354B is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1025375-
CMYK00.480.260.6
HSL333.06º31.61%30.39%-
HSV(B)333.06º48.04%40%-
XYZ8.025.887.37-
YUV70.16130.73150.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=44.35%
G=23.04%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102537500.480.260.6333.0631.6130.39
Hex66354B0301A3C14d201e
Octal1466511306032745154036
Binary1100110110101100101101100001101011110010100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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