#68354E

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

Shades of Tawny Port #68354E

Tints of Tawny Port #68354E

Color information

#68354E (or 0x68354E) is unknown color: approx Tawny Port. HEX triplet: 68, 35 and 4E. RGB value is (104,53,78). Sum of RGB (Red+Green+Blue) = 104+53+78=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68354E is #97CAB1. Grayscale: #474747. Windows color (decimal): -9947826 or 5125480. OLE color: 5125480.

HSL color Cylindrical-coordinate representation of color #68354E: hue angle of 330.59º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68354E is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1045378-
CMYK00.490.250.59
HSL330.59º32.48%30.78%-
HSV(B)330.59º49.04%40.78%-
XYZ8.366.047.93-
YUV71.1131.9151.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=44.26%
G=22.55%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104537800.490.250.59330.5932.4830.78
Hex68354E031193B14b201f
Octal1506511606131735134037
Binary1101000110101100111001100011100111101110100101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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