#6A364D

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

Shades of Tawny Port #6A364D

Tints of Tawny Port #6A364D

Color information

#6A364D (or 0x6A364D) is unknown color: approx Tawny Port. HEX triplet: 6A, 36 and 4D. RGB value is (106,54,77). Sum of RGB (Red+Green+Blue) = 106+54+77=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A364D is #95C9B2. Grayscale: #484848. Windows color (decimal): -9816499 or 5060202. OLE color: 5060202.

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

Color convert

RGB1065477-
CMYK00.490.270.58
HSL333.46º32.5%31.37%-
HSV(B)333.46º49.06%41.57%-
XYZ8.66.247.77-
YUV72.17130.73152.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=44.73%
G=22.78%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106547700.490.270.58333.4632.531.37
Hex6A364D0311B3A14d201f
Octal1526611506133725154037
Binary1101010110110100110101100011101111101010100110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,77); }

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

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

 a { background-color: rgb(106,54,77); }

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

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

 span { border-color: rgb(106,54,77); }

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