#68414E

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

Shades of Tawny Port #68414E

Tints of Tawny Port #68414E

Color information

#68414E (or 0x68414E) is unknown color: approx Tawny Port. HEX triplet: 68, 41 and 4E. RGB value is (104,65,78). Sum of RGB (Red+Green+Blue) = 104+65+78=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68414E is #97BEB1. Grayscale: #4E4E4E. Windows color (decimal): -9944754 or 5128552. OLE color: 5128552.

HSL color Cylindrical-coordinate representation of color #68414E: hue angle of 340º degrees, saturation: 0.23, 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 #68414E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1046578-
CMYK00.380.250.59
HSL340º23.08%33.14%-
HSV(B)340º37.5%40.78%-
XYZ8.977.278.14-
YUV78.14127.92146.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104657800.380.250.5934023.0833.14
Hex68414E026193B1541721
Octal15010111604631735242741
Binary11010001000001100111001001101100111101110101010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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