#68334C

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

Shades of Tawny Port #68334C

Tints of Tawny Port #68334C

Color information

#68334C (or 0x68334C) is unknown color: approx Tawny Port. HEX triplet: 68, 33 and 4C. RGB value is (104,51,76). Sum of RGB (Red+Green+Blue) = 104+51+76=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68334C is #97CCB3. Grayscale: #454545. Windows color (decimal): -9948340 or 4993896. OLE color: 4993896.

HSL color Cylindrical-coordinate representation of color #68334C: hue angle of 331.7º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68334C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1045176-
CMYK00.510.270.59
HSL331.7º34.19%30.39%-
HSV(B)331.7º50.96%40.78%-
XYZ8.25.837.53-
YUV69.7131.56152.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=45.02%
G=22.08%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104517600.510.270.59331.734.1930.39
Hex68334C0331B3B14c221e
Octal1506311406333735144236
Binary1101000110011100110001100111101111101110100110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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