#68324D

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

Shades of Tawny Port #68324D

Tints of Tawny Port #68324D

Color information

#68324D (or 0x68324D) is unknown color: approx Tawny Port. HEX triplet: 68, 32 and 4D. RGB value is (104,50,77). Sum of RGB (Red+Green+Blue) = 104+50+77=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68324D is #97CDB2. Grayscale: #454545. Windows color (decimal): -9948595 or 5059176. OLE color: 5059176.

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

Color convert

RGB1045077-
CMYK00.520.260.59
HSL330º35.06%30.2%-
HSV(B)330º51.92%40.78%-
XYZ8.195.767.7-
YUV69.22132.39152.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=45.02%
G=21.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104507700.520.260.5933035.0630.2
Hex68324D0341A3B14a231e
Octal1506211506432735124336
Binary1101000110010100110101101001101011101110100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,50,77); }

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

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

 a { background-color: rgb(104,50,77); }

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

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

 span { border-color: rgb(104,50,77); }

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