#6A324D

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

Shades of Tawny Port #6A324D

Tints of Tawny Port #6A324D

Color information

#6A324D (or 0x6A324D) is unknown color: approx Tawny Port. HEX triplet: 6A, 32 and 4D. RGB value is (106,50,77). Sum of RGB (Red+Green+Blue) = 106+50+77=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A324D is #95CDB2. Grayscale: #454545. Windows color (decimal): -9817523 or 5059178. OLE color: 5059178.

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

Color convert

RGB1065077-
CMYK00.530.270.58
HSL331.07º35.9%30.59%-
HSV(B)331.07º52.83%41.57%-
XYZ8.425.887.71-
YUV69.82132.05153.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=45.49%
G=21.46%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106507700.530.270.58331.0735.930.59
Hex6A324D0351B3A14b241f
Octal1526211506533725134437
Binary1101010110010100110101101011101111101010100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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