#68344C

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

Shades of Tawny Port #68344C

Tints of Tawny Port #68344C

Color information

#68344C (or 0x68344C) is unknown color: approx Tawny Port. HEX triplet: 68, 34 and 4C. RGB value is (104,52,76). Sum of RGB (Red+Green+Blue) = 104+52+76=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68344C is #97CBB3. Grayscale: #464646. Windows color (decimal): -9948084 or 4994152. OLE color: 4994152.

HSL color Cylindrical-coordinate representation of color #68344C: hue angle of 332.31º 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 #68344C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1045276-
CMYK00.500.270.59
HSL332.31º33.33%30.59%-
HSV(B)332.31º50%40.78%-
XYZ8.245.927.55-
YUV70.28131.23152.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=44.83%
G=22.41%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104527600.500.270.59332.3133.3330.59
Hex68344C0321B3B14c211f
Octal1506411406233735144137
Binary1101000110100100110001100101101111101110100110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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