#6E334A

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

Shades of Tawny Port #6E334A

Tints of Tawny Port #6E334A

Color information

#6E334A (or 0x6E334A) is unknown color: approx Tawny Port. HEX triplet: 6E, 33 and 4A. RGB value is (110,51,74). Sum of RGB (Red+Green+Blue) = 110+51+74=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E334A is #91CCB5. Grayscale: #474747. Windows color (decimal): -9555126 or 4862830. OLE color: 4862830.

HSL color Cylindrical-coordinate representation of color #6E334A: hue angle of 336.61º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E334A is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1105174-
CMYK00.540.330.57
HSL336.61º36.65%31.57%-
HSV(B)336.61º53.64%43.14%-
XYZ8.856.187.2-
YUV71.26129.55155.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.81%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=46.81%
G=21.70%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110517400.540.330.57336.6136.6531.57
Hex6E334A03621391512520
Octal1566311206641715214540
Binary110111011001110010100110110100001111001101010001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E334A; }

 p { color: rgb(110,51,74); }

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

<style>
 a { background-color: #6E334A; }

 a { background-color: rgb(110,51,74); }

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

<style>
 span { border-color: #6E334A; }

 span { border-color: rgb(110,51,74); }

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