#66344A

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

Shades of Tawny Port #66344A

Tints of Tawny Port #66344A

Color information

#66344A (or 0x66344A) is unknown color: approx Tawny Port. HEX triplet: 66, 34 and 4A. RGB value is (102,52,74). Sum of RGB (Red+Green+Blue) = 102+52+74=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66344A is #99CBB5. Grayscale: #454545. Windows color (decimal): -10079158 or 4863078. OLE color: 4863078.

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

Color convert

RGB1025274-
CMYK00.490.270.6
HSL333.6º32.47%30.2%-
HSV(B)333.6º49.02%40%-
XYZ7.945.787.17-
YUV69.46130.56151.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=44.74%
G=22.81%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102527400.490.270.6333.632.4730.2
Hex66344A0311B3C14e201e
Octal1466411206133745164036
Binary1100110110100100101001100011101111110010100111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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