#68324F

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

Shades of Tawny Port #68324F

Tints of Tawny Port #68324F

Color information

#68324F (or 0x68324F) is unknown color: approx Tawny Port. HEX triplet: 68, 32 and 4F. RGB value is (104,50,79). Sum of RGB (Red+Green+Blue) = 104+50+79=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68324F is #97CDB0. Grayscale: #454545. Windows color (decimal): -9948593 or 5190248. OLE color: 5190248.

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

Color convert

RGB1045079-
CMYK00.520.240.59
HSL327.78º35.06%30.2%-
HSV(B)327.78º51.92%40.78%-
XYZ8.265.798.08-
YUV69.45133.39152.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=44.64%
G=21.46%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104507900.520.240.59327.7835.0630.2
Hex68324F034183B148231e
Octal1506211706430735104336
Binary1101000110010100111101101001100011101110100100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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