#6A334E

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

Shades of Tawny Port #6A334E

Tints of Tawny Port #6A334E

Color information

#6A334E (or 0x6A334E) is unknown color: approx Tawny Port. HEX triplet: 6A, 33 and 4E. RGB value is (106,51,78). Sum of RGB (Red+Green+Blue) = 106+51+78=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A334E is #95CCB1. Grayscale: #464646. Windows color (decimal): -9817266 or 5124970. OLE color: 5124970.

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

Color convert

RGB1065178-
CMYK00.520.260.58
HSL330.55º35.03%30.78%-
HSV(B)330.55º51.89%41.57%-
XYZ8.55.987.91-
YUV70.52132.22153.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.11%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=45.11%
G=21.70%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106517800.520.260.58330.5535.0330.78
Hex6A334E0341A3A14b231f
Octal1526311606432725134337
Binary1101010110011100111001101001101011101010100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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