#6A344E

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

Shades of Tawny Port #6A344E

Tints of Tawny Port #6A344E

Color information

#6A344E (or 0x6A344E) is unknown color: approx Tawny Port. HEX triplet: 6A, 34 and 4E. RGB value is (106,52,78). Sum of RGB (Red+Green+Blue) = 106+52+78=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A344E is #95CBB1. Grayscale: #474747. Windows color (decimal): -9817010 or 5125226. OLE color: 5125226.

HSL color Cylindrical-coordinate representation of color #6A344E: hue angle of 331.11º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A344E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1065278-
CMYK00.510.260.58
HSL331.11º34.18%30.98%-
HSV(B)331.11º50.94%41.57%-
XYZ8.556.077.93-
YUV71.11131.89152.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=44.92%
G=22.03%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106527800.510.260.58331.1134.1830.98
Hex6A344E0331A3A14b221f
Octal1526411606332725134237
Binary1101010110100100111001100111101011101010100101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,78); }

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

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

 a { background-color: rgb(106,52,78); }

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

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

 span { border-color: rgb(106,52,78); }

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