#68354D

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

Shades of Tawny Port #68354D

Tints of Tawny Port #68354D

Color information

#68354D (or 0x68354D) is unknown color: approx Tawny Port. HEX triplet: 68, 35 and 4D. RGB value is (104,53,77). Sum of RGB (Red+Green+Blue) = 104+53+77=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68354D is #97CAB2. Grayscale: #464646. Windows color (decimal): -9947827 or 5059944. OLE color: 5059944.

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

Color convert

RGB1045377-
CMYK00.490.260.59
HSL331.76º32.48%30.78%-
HSV(B)331.76º49.04%40.78%-
XYZ8.326.037.75-
YUV70.98131.4151.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=44.44%
G=22.65%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104537700.490.260.59331.7632.4830.78
Hex68354D0311A3B14c201f
Octal1506511506132735144037
Binary1101000110101100110101100011101011101110100110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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