#6F3548

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

Shades of Tawny Port #6F3548

Tints of Tawny Port #6F3548

Color information

#6F3548 (or 0x6F3548) is unknown color: approx Tawny Port. HEX triplet: 6F, 35 and 48. RGB value is (111,53,72). Sum of RGB (Red+Green+Blue) = 111+53+72=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3548 is #90CAB7. Grayscale: #484848. Windows color (decimal): -9489080 or 4732271. OLE color: 4732271.

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

Color convert

RGB1115372-
CMYK00.520.350.56
HSL340.34º35.37%32.16%-
HSV(B)340.34º52.25%43.53%-
XYZ96.396.89-
YUV72.51127.72155.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=47.03%
G=22.46%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111537200.520.350.56340.3435.3732.16
Hex6F354803423381542320
Octal1576511006443705244340
Binary110111111010110010000110100100011111000101010100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,72); }

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

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

 a { background-color: rgb(111,53,72); }

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

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

 span { border-color: rgb(111,53,72); }

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