#6F3347

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

Shades of Tawny Port #6F3347

Tints of Tawny Port #6F3347

Color information

#6F3347 (or 0x6F3347) is unknown color: approx Tawny Port. HEX triplet: 6F, 33 and 47. RGB value is (111,51,71). Sum of RGB (Red+Green+Blue) = 111+51+71=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3347 is #90CCB8. Grayscale: #474747. Windows color (decimal): -9489593 or 4666223. OLE color: 4666223.

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

Color convert

RGB1115171-
CMYK00.540.360.56
HSL340º37.04%31.76%-
HSV(B)340º54.05%43.53%-
XYZ8.886.26.69-
YUV71.22127.88156.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=47.64%
G=21.89%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111517100.540.360.5634037.0431.76
Hex6F334703624381542520
Octal1576310706644705244540
Binary110111111001110001110110110100100111000101010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,71); }

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

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

 a { background-color: rgb(111,51,71); }

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

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

 span { border-color: rgb(111,51,71); }

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