#68404A

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

Shades of Tawny Port #68404A

Tints of Tawny Port #68404A

Color information

#68404A (or 0x68404A) is unknown color: approx Tawny Port. HEX triplet: 68, 40 and 4A. RGB value is (104,64,74). Sum of RGB (Red+Green+Blue) = 104+64+74=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #68404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68404A is #97BFB5. Grayscale: #4D4D4D. Windows color (decimal): -9945014 or 4866152. OLE color: 4866152.

HSL color Cylindrical-coordinate representation of color #68404A: hue angle of 345º 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 #68404A is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1046474-
CMYK00.380.290.59
HSL345º23.81%32.94%-
HSV(B)345º38.46%40.78%-
XYZ8.787.17.39-
YUV77.1126.25147.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=42.98%
G=26.45%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104647400.380.290.5934523.8132.94
Hex68404A0261D3B1591821
Octal15010011204635735313041
Binary11010001000000100101001001101110111101110101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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