#6A364F

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

Shades of Tawny Port #6A364F

Tints of Tawny Port #6A364F

Color information

#6A364F (or 0x6A364F) is unknown color: approx Tawny Port. HEX triplet: 6A, 36 and 4F. RGB value is (106,54,79). Sum of RGB (Red+Green+Blue) = 106+54+79=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A364F is #95C9B0. Grayscale: #484848. Windows color (decimal): -9816497 or 5191274. OLE color: 5191274.

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

Color convert

RGB1065479-
CMYK00.490.250.58
HSL331.15º32.5%31.37%-
HSV(B)331.15º49.06%41.57%-
XYZ8.676.278.15-
YUV72.4131.73151.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=44.35%
G=22.59%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106547900.490.250.58331.1532.531.37
Hex6A364F031193A14b201f
Octal1526611706131725134037
Binary1101010110110100111101100011100111101010100101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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