#68344E

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

Shades of Tawny Port #68344E

Tints of Tawny Port #68344E

Color information

#68344E (or 0x68344E) is unknown color: approx Tawny Port. HEX triplet: 68, 34 and 4E. RGB value is (104,52,78). Sum of RGB (Red+Green+Blue) = 104+52+78=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68344E is #97CBB1. Grayscale: #464646. Windows color (decimal): -9948082 or 5125224. OLE color: 5125224.

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

Color convert

RGB1045278-
CMYK00.500.250.59
HSL330º33.33%30.59%-
HSV(B)330º50%40.78%-
XYZ8.315.957.92-
YUV70.51132.23151.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104527800.500.250.5933033.3330.59
Hex68344E032193B14a211f
Octal1506411606231735124137
Binary1101000110100100111001100101100111101110100101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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