#68344D

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

Shades of Tawny Port #68344D

Tints of Tawny Port #68344D

Color information

#68344D (or 0x68344D) is unknown color: approx Tawny Port. HEX triplet: 68, 34 and 4D. RGB value is (104,52,77). Sum of RGB (Red+Green+Blue) = 104+52+77=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68344D is #97CBB2. Grayscale: #464646. Windows color (decimal): -9948083 or 5059688. OLE color: 5059688.

HSL color Cylindrical-coordinate representation of color #68344D: hue angle of 331.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68344D is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1045277-
CMYK00.500.260.59
HSL331.15º33.33%30.59%-
HSV(B)331.15º50%40.78%-
XYZ8.285.937.73-
YUV70.4131.73151.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=44.64%
G=22.32%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104527700.500.260.59331.1533.3330.59
Hex68344D0321A3B14b211f
Octal1506411506232735134137
Binary1101000110100100110101100101101011101110100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68344D; }

 p { color: rgb(104,52,77); }

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

<style>
 a { background-color: #68344D; }

 a { background-color: rgb(104,52,77); }

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

<style>
 span { border-color: #68344D; }

 span { border-color: rgb(104,52,77); }

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