#68374E

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

Shades of Tawny Port #68374E

Tints of Tawny Port #68374E

Color information

#68374E (or 0x68374E) is unknown color: approx Tawny Port. HEX triplet: 68, 37 and 4E. RGB value is (104,55,78). Sum of RGB (Red+Green+Blue) = 104+55+78=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68374E is #97C8B1. Grayscale: #484848. Windows color (decimal): -9947314 or 5125992. OLE color: 5125992.

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

Color convert

RGB1045578-
CMYK00.470.250.59
HSL331.84º30.82%31.18%-
HSV(B)331.84º47.12%40.78%-
XYZ8.456.237.96-
YUV72.27131.23150.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=43.88%
G=23.21%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104557800.470.250.59331.8430.8231.18
Hex68374E02F193B14c1f1f
Octal1506711605731735143737
Binary110100011011110011100101111110011110111010011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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