#68324C

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

Shades of Tawny Port #68324C

Tints of Tawny Port #68324C

Color information

#68324C (or 0x68324C) is unknown color: approx Tawny Port. HEX triplet: 68, 32 and 4C. RGB value is (104,50,76). Sum of RGB (Red+Green+Blue) = 104+50+76=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68324C is #97CDB3. Grayscale: #454545. Windows color (decimal): -9948596 or 4993640. OLE color: 4993640.

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

Color convert

RGB1045076-
CMYK00.520.270.59
HSL331.11º35.06%30.2%-
HSV(B)331.11º51.92%40.78%-
XYZ8.155.757.52-
YUV69.11131.89152.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=45.22%
G=21.74%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104507600.520.270.59331.1135.0630.2
Hex68324C0341B3B14b231e
Octal1506211406433735134336
Binary1101000110010100110001101001101111101110100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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