#6B324A

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

Shades of Tawny Port #6B324A

Tints of Tawny Port #6B324A

Color information

#6B324A (or 0x6B324A) is unknown color: approx Tawny Port. HEX triplet: 6B, 32 and 4A. RGB value is (107,50,74). Sum of RGB (Red+Green+Blue) = 107+50+74=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B324A is #94CDB5. Grayscale: #454545. Windows color (decimal): -9751990 or 4862571. OLE color: 4862571.

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

Color convert

RGB1075074-
CMYK00.530.310.58
HSL334.74º36.31%30.78%-
HSV(B)334.74º53.27%41.96%-
XYZ8.445.97.17-
YUV69.78130.38154.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=46.32%
G=21.65%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107507400.530.310.58334.7436.3130.78
Hex6B324A0351F3A14f241f
Octal1536211206537725174437
Binary1101011110010100101001101011111111101010100111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,74); }

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

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

 a { background-color: rgb(107,50,74); }

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

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

 span { border-color: rgb(107,50,74); }

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