#68444E

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

Shades of Tawny Port #68444E

Tints of Tawny Port #68444E

Color information

#68444E (or 0x68444E) is unknown color: approx Tawny Port. HEX triplet: 68, 44 and 4E. RGB value is (104,68,78). Sum of RGB (Red+Green+Blue) = 104+68+78=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68444E is #97BBB1. Grayscale: #4F4F4F. Windows color (decimal): -9943986 or 5129320. OLE color: 5129320.

HSL color Cylindrical-coordinate representation of color #68444E: hue angle of 343.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68444E is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1046878-
CMYK00.350.250.59
HSL343.33º20.93%33.73%-
HSV(B)343.33º34.62%40.78%-
XYZ9.157.638.2-
YUV79.9126.93145.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=41.6%
G=27.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104687800.350.250.59343.3320.9333.73
Hex68444E023193B1571522
Octal15010411604331735272542
Binary11010001000100100111001000111100111101110101011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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