#68354A

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

Shades of Tawny Port #68354A

Tints of Tawny Port #68354A

Color information

#68354A (or 0x68354A) is unknown color: approx Tawny Port. HEX triplet: 68, 35 and 4A. RGB value is (104,53,74). Sum of RGB (Red+Green+Blue) = 104+53+74=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68354A is #97CAB5. Grayscale: #464646. Windows color (decimal): -9947830 or 4863336. OLE color: 4863336.

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

Color convert

RGB1045374-
CMYK00.490.290.59
HSL335.29º32.48%30.78%-
HSV(B)335.29º49.04%40.78%-
XYZ8.225.987.2-
YUV70.64129.9151.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=45.02%
G=22.94%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104537400.490.290.59335.2932.4830.78
Hex68354A0311D3B14f201f
Octal1506511206135735174037
Binary1101000110101100101001100011110111101110100111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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