#68384A

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

Shades of Tawny Port #68384A

Tints of Tawny Port #68384A

Color information

#68384A (or 0x68384A) is unknown color: approx Tawny Port. HEX triplet: 68, 38 and 4A. RGB value is (104,56,74). Sum of RGB (Red+Green+Blue) = 104+56+74=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68384A is #97C7B5. Grayscale: #484848. Windows color (decimal): -9947062 or 4864104. OLE color: 4864104.

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

Color convert

RGB1045674-
CMYK00.460.290.59
HSL337.5º30%31.37%-
HSV(B)337.5º46.15%40.78%-
XYZ8.366.277.25-
YUV72.4128.9150.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=44.44%
G=23.93%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104567400.460.290.59337.53031.37
Hex68384A02E1D3B1521e1f
Octal1507011205635735223637
Binary110100011100010010100101110111011110111010100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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