#68374A

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

Shades of Tawny Port #68374A

Tints of Tawny Port #68374A

Color information

#68374A (or 0x68374A) is unknown color: approx Tawny Port. HEX triplet: 68, 37 and 4A. RGB value is (104,55,74). Sum of RGB (Red+Green+Blue) = 104+55+74=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68374A is #97C8B5. Grayscale: #474747. Windows color (decimal): -9947318 or 4863848. OLE color: 4863848.

HSL color Cylindrical-coordinate representation of color #68374A: hue angle of 336.73º 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 #68374A is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1045574-
CMYK00.470.290.59
HSL336.73º30.82%31.18%-
HSV(B)336.73º47.12%40.78%-
XYZ8.316.177.23-
YUV71.82129.23150.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=44.64%
G=23.61%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104557400.470.290.59336.7330.8231.18
Hex68374A02F1D3B1511f1f
Octal1506711205735735213737
Binary110100011011110010100101111111011110111010100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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