#66314D

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

Shades of Tawny Port #66314D

Tints of Tawny Port #66314D

Color information

#66314D (or 0x66314D) is unknown color: approx Tawny Port. HEX triplet: 66, 31 and 4D. RGB value is (102,49,77). Sum of RGB (Red+Green+Blue) = 102+49+77=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66314D is #99CEB2. Grayscale: #434343. Windows color (decimal): -10079923 or 5058918. OLE color: 5058918.

HSL color Cylindrical-coordinate representation of color #66314D: hue angle of 328.3º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66314D is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1024977-
CMYK00.520.250.6
HSL328.3º35.1%29.61%-
HSV(B)328.3º51.96%40%-
XYZ7.925.567.68-
YUV68.04133.06152.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=44.74%
G=21.49%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102497700.520.250.6328.335.129.61
Hex66314D034193C148231e
Octal1466111506431745104336
Binary1100110110001100110101101001100111110010100100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66314D; }

 p { color: rgb(102,49,77); }

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

<style>
 a { background-color: #66314D; }

 a { background-color: rgb(102,49,77); }

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

<style>
 span { border-color: #66314D; }

 span { border-color: rgb(102,49,77); }

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