#68394A

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

Shades of Tawny Port #68394A

Tints of Tawny Port #68394A

Color information

#68394A (or 0x68394A) is unknown color: approx Tawny Port. HEX triplet: 68, 39 and 4A. RGB value is (104,57,74). Sum of RGB (Red+Green+Blue) = 104+57+74=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68394A is #97C6B5. Grayscale: #484848. Windows color (decimal): -9946806 or 4864360. OLE color: 4864360.

HSL color Cylindrical-coordinate representation of color #68394A: hue angle of 338.3º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68394A is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1045774-
CMYK00.450.290.59
HSL338.3º29.19%31.57%-
HSV(B)338.3º45.19%40.78%-
XYZ8.416.367.26-
YUV72.99128.57150.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=44.26%
G=24.26%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104577400.450.290.59338.329.1931.57
Hex68394A02D1D3B1521d20
Octal1507111205535735223540
Binary1101000111001100101001011011110111101110101001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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