#6F3446

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

Shades of Tawny Port #6F3446

Tints of Tawny Port #6F3446

Color information

#6F3446 (or 0x6F3446) is unknown color: approx Tawny Port. HEX triplet: 6F, 34 and 46. RGB value is (111,52,70). Sum of RGB (Red+Green+Blue) = 111+52+70=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3446 is #90CBB9. Grayscale: #474747. Windows color (decimal): -9489338 or 4600943. OLE color: 4600943.

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

Color convert

RGB1115270-
CMYK00.530.370.56
HSL341.69º36.2%31.96%-
HSV(B)341.69º53.15%43.53%-
XYZ8.896.286.54-
YUV71.69127.05156.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=47.64%
G=22.32%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111527000.530.370.56341.6936.231.96
Hex6F344603525381562420
Octal1576410606545705264440
Binary110111111010010001100110101100101111000101010110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,70); }

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

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

 a { background-color: rgb(111,52,70); }

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

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

 span { border-color: rgb(111,52,70); }

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