#68334D

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

Shades of Tawny Port #68334D

Tints of Tawny Port #68334D

Color information

#68334D (or 0x68334D) is unknown color: approx Tawny Port. HEX triplet: 68, 33 and 4D. RGB value is (104,51,77). Sum of RGB (Red+Green+Blue) = 104+51+77=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68334D is #97CCB2. Grayscale: #454545. Windows color (decimal): -9948339 or 5059432. OLE color: 5059432.

HSL color Cylindrical-coordinate representation of color #68334D: hue angle of 330.57º 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 #68334D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1045177-
CMYK00.510.260.59
HSL330.57º34.19%30.39%-
HSV(B)330.57º50.96%40.78%-
XYZ8.235.857.72-
YUV69.81132.06152.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=44.83%
G=21.98%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104517700.510.260.59330.5734.1930.39
Hex68334D0331A3B14b221e
Octal1506311506332735134236
Binary1101000110011100110101100111101011101110100101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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