#68324E

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

Shades of Tawny Port #68324E

Tints of Tawny Port #68324E

Color information

#68324E (or 0x68324E) is unknown color: approx Tawny Port. HEX triplet: 68, 32 and 4E. RGB value is (104,50,78). Sum of RGB (Red+Green+Blue) = 104+50+78=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68324E is #97CDB1. Grayscale: #454545. Windows color (decimal): -9948594 or 5124712. OLE color: 5124712.

HSL color Cylindrical-coordinate representation of color #68324E: hue angle of 328.89º 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 #68324E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1045078-
CMYK00.520.250.59
HSL328.89º35.06%30.2%-
HSV(B)328.89º51.92%40.78%-
XYZ8.225.777.89-
YUV69.34132.89152.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=44.83%
G=21.55%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104507800.520.250.59328.8935.0630.2
Hex68324E034193B149231e
Octal1506211606431735114336
Binary1101000110010100111001101001100111101110100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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