#68364A

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

Shades of Tawny Port #68364A

Tints of Tawny Port #68364A

Color information

#68364A (or 0x68364A) is unknown color: approx Tawny Port. HEX triplet: 68, 36 and 4A. RGB value is (104,54,74). Sum of RGB (Red+Green+Blue) = 104+54+74=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68364A is #97C9B5. Grayscale: #474747. Windows color (decimal): -9947574 or 4863592. OLE color: 4863592.

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

Color convert

RGB1045474-
CMYK00.480.290.59
HSL336º31.65%30.98%-
HSV(B)336º48.08%40.78%-
XYZ8.266.087.22-
YUV71.23129.56151.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=44.83%
G=23.28%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104547400.480.290.5933631.6530.98
Hex68364A0301D3B150201f
Octal1506611206035735204037
Binary1101000110110100101001100001110111101110101000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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