#68334E

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

Shades of Tawny Port #68334E

Tints of Tawny Port #68334E

Color information

#68334E (or 0x68334E) is unknown color: approx Tawny Port. HEX triplet: 68, 33 and 4E. RGB value is (104,51,78). Sum of RGB (Red+Green+Blue) = 104+51+78=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68334E is #97CCB1. Grayscale: #454545. Windows color (decimal): -9948338 or 5124968. OLE color: 5124968.

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

Color convert

RGB1045178-
CMYK00.510.250.59
HSL329.43º34.19%30.39%-
HSV(B)329.43º50.96%40.78%-
XYZ8.275.867.9-
YUV69.92132.56152.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=44.64%
G=21.89%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104517800.510.250.59329.4334.1930.39
Hex68334E033193B149221e
Octal1506311606331735114236
Binary1101000110011100111001100111100111101110100100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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