#68404C

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

Shades of Tawny Port #68404C

Tints of Tawny Port #68404C

Color information

#68404C (or 0x68404C) is unknown color: approx Tawny Port. HEX triplet: 68, 40 and 4C. RGB value is (104,64,76). Sum of RGB (Red+Green+Blue) = 104+64+76=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68404C is #97BFB3. Grayscale: #4D4D4D. Windows color (decimal): -9945012 or 4997224. OLE color: 4997224.

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

Color convert

RGB1046476-
CMYK00.380.270.59
HSL342º23.81%32.94%-
HSV(B)342º38.46%40.78%-
XYZ8.857.137.75-
YUV77.33127.25147.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=42.62%
G=26.23%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104647600.380.270.5934223.8132.94
Hex68404C0261B3B1561821
Octal15010011404633735263041
Binary11010001000000100110001001101101111101110101011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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