#6B3144

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

Shades of Tawny Port #6B3144

Tints of Tawny Port #6B3144

Color information

#6B3144 (or 0x6B3144) is unknown color: approx Tawny Port. HEX triplet: 6B, 31 and 44. RGB value is (107,49,68). Sum of RGB (Red+Green+Blue) = 107+49+68=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3144 is #94CEBB. Grayscale: #444444. Windows color (decimal): -9752252 or 4469099. OLE color: 4469099.

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

Color convert

RGB1074968-
CMYK00.540.360.58
HSL340.34º37.18%30.59%-
HSV(B)340.34º54.21%41.96%-
XYZ8.215.746.14-
YUV68.51127.72155.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.77%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=47.77%
G=21.88%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107496800.540.360.58340.3437.1830.59
Hex6B3144036243A154251f
Octal1536110406644725244537
Binary11010111100011000100011011010010011101010101010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,68); }

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

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

 a { background-color: rgb(107,49,68); }

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

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

 span { border-color: rgb(107,49,68); }

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