#68304A

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

Shades of Tawny Port #68304A

Tints of Tawny Port #68304A

Color information

#68304A (or 0x68304A) is unknown color: approx Tawny Port. HEX triplet: 68, 30 and 4A. RGB value is (104,48,74). Sum of RGB (Red+Green+Blue) = 104+48+74=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #68304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68304A is #97CFB5. Grayscale: #434343. Windows color (decimal): -9949110 or 4862056. OLE color: 4862056.

HSL color Cylindrical-coordinate representation of color #68304A: hue angle of 332.14º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68304A is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1044874-
CMYK00.540.290.59
HSL332.14º36.84%29.8%-
HSV(B)332.14º53.85%40.78%-
XYZ85.557.13-
YUV67.71131.55153.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=46.02%
G=21.24%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104487400.540.290.59332.1436.8429.8
Hex68304A0361D3B14c251e
Octal1506011206635735144536
Binary1101000110000100101001101101110111101110100110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68304A; }

 p { color: rgb(104,48,74); }

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

<style>
 a { background-color: #68304A; }

 a { background-color: rgb(104,48,74); }

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

<style>
 span { border-color: #68304A; }

 span { border-color: rgb(104,48,74); }

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