#6F3246

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

Shades of Tawny Port #6F3246

Tints of Tawny Port #6F3246

Color information

#6F3246 (or 0x6F3246) is unknown color: approx Tawny Port. HEX triplet: 6F, 32 and 46. RGB value is (111,50,70). Sum of RGB (Red+Green+Blue) = 111+50+70=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3246 is #90CDB9. Grayscale: #464646. Windows color (decimal): -9489850 or 4600431. OLE color: 4600431.

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

Color convert

RGB1115070-
CMYK00.550.370.56
HSL340.33º37.89%31.57%-
HSV(B)340.33º54.95%43.53%-
XYZ8.86.16.51-
YUV70.52127.71156.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=48.05%
G=21.65%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111507000.550.370.56340.3337.8931.57
Hex6F324603725381542620
Octal1576210606745705244640
Binary110111111001010001100110111100101111000101010100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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