#68424E

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

Shades of Tawny Port #68424E

Tints of Tawny Port #68424E

Color information

#68424E (or 0x68424E) is unknown color: approx Tawny Port. HEX triplet: 68, 42 and 4E. RGB value is (104,66,78). Sum of RGB (Red+Green+Blue) = 104+66+78=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68424E is #97BDB1. Grayscale: #4E4E4E. Windows color (decimal): -9944498 or 5128808. OLE color: 5128808.

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

Color convert

RGB1046678-
CMYK00.370.250.59
HSL341.05º22.35%33.33%-
HSV(B)341.05º36.54%40.78%-
XYZ9.037.398.16-
YUV78.73127.59146.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=41.94%
G=26.61%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104667800.370.250.59341.0522.3533.33
Hex68424E025193B1551621
Octal15010211604531735252641
Binary11010001000010100111001001011100111101110101010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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