#6F3B4C

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

Shades of Tawny Port #6F3B4C

Tints of Tawny Port #6F3B4C

Color information

#6F3B4C (or 0x6F3B4C) is unknown color: approx Tawny Port. HEX triplet: 6F, 3B and 4C. RGB value is (111,59,76). Sum of RGB (Red+Green+Blue) = 111+59+76=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B4C is #90C4B3. Grayscale: #4C4C4C. Windows color (decimal): -9487540 or 4995951. OLE color: 4995951.

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

Color convert

RGB1115976-
CMYK00.470.320.56
HSL340.38º30.59%33.33%-
HSV(B)340.38º46.85%43.53%-
XYZ9.427.037.7-
YUV76.49127.73152.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=45.12%
G=23.98%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111597600.470.320.56340.3830.5933.33
Hex6F3B4C02F20381541f21
Octal1577311405740705243741
Binary11011111110111001100010111110000011100010101010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,59,76); }

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

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

 a { background-color: rgb(111,59,76); }

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

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

 span { border-color: rgb(111,59,76); }

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