#6A364E

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

Shades of Tawny Port #6A364E

Tints of Tawny Port #6A364E

Color information

#6A364E (or 0x6A364E) is unknown color: approx Tawny Port. HEX triplet: 6A, 36 and 4E. RGB value is (106,54,78). Sum of RGB (Red+Green+Blue) = 106+54+78=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A364E is #95C9B1. Grayscale: #484848. Windows color (decimal): -9816498 or 5125738. OLE color: 5125738.

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

Color convert

RGB1065478-
CMYK00.490.260.58
HSL332.31º32.5%31.37%-
HSV(B)332.31º49.06%41.57%-
XYZ8.646.257.96-
YUV72.28131.23152.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.54%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=44.54%
G=22.69%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106547800.490.260.58332.3132.531.37
Hex6A364E0311A3A14c201f
Octal1526611606132725144037
Binary1101010110110100111001100011101011101010100110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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