#68404B

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

Shades of Tawny Port #68404B

Tints of Tawny Port #68404B

Color information

#68404B (or 0x68404B) is unknown color: approx Tawny Port. HEX triplet: 68, 40 and 4B. RGB value is (104,64,75). Sum of RGB (Red+Green+Blue) = 104+64+75=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68404B is #97BFB4. Grayscale: #4D4D4D. Windows color (decimal): -9945013 or 4931688. OLE color: 4931688.

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

Color convert

RGB1046475-
CMYK00.380.280.59
HSL343.5º23.81%32.94%-
HSV(B)343.5º38.46%40.78%-
XYZ8.817.127.57-
YUV77.21126.75147.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=42.80%
G=26.34%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104647500.380.280.59343.523.8132.94
Hex68404B0261C3B1581821
Octal15010011304634735303041
Binary11010001000000100101101001101110011101110101100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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