#68424A

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

Shades of Tawny Port #68424A

Tints of Tawny Port #68424A

Color information

#68424A (or 0x68424A) is unknown color: approx Tawny Port. HEX triplet: 68, 42 and 4A. RGB value is (104,66,74). Sum of RGB (Red+Green+Blue) = 104+66+74=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68424A is #97BDB5. Grayscale: #4E4E4E. Windows color (decimal): -9944502 or 4866664. OLE color: 4866664.

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

Color convert

RGB1046674-
CMYK00.370.290.59
HSL347.37º22.35%33.33%-
HSV(B)347.37º36.54%40.78%-
XYZ8.897.337.43-
YUV78.27125.59146.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=42.62%
G=27.05%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104667400.370.290.59347.3722.3533.33
Hex68424A0251D3B15b1621
Octal15010211204535735332641
Binary11010001000010100101001001011110111101110101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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