#68314C

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

Shades of Tawny Port #68314C

Tints of Tawny Port #68314C

Color information

#68314C (or 0x68314C) is unknown color: approx Tawny Port. HEX triplet: 68, 31 and 4C. RGB value is (104,49,76). Sum of RGB (Red+Green+Blue) = 104+49+76=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68314C is #97CEB3. Grayscale: #444444. Windows color (decimal): -9948852 or 4993384. OLE color: 4993384.

HSL color Cylindrical-coordinate representation of color #68314C: hue angle of 330.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68314C is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1044976-
CMYK00.530.270.59
HSL330.55º35.95%30%-
HSV(B)330.55º52.88%40.78%-
XYZ8.115.667.5-
YUV68.52132.22153.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=45.41%
G=21.40%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104497600.530.270.59330.5535.9530
Hex68314C0351B3B14b241e
Octal1506111406533735134436
Binary1101000110001100110001101011101111101110100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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