#6F3D4C

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

Shades of Tawny Port #6F3D4C

Tints of Tawny Port #6F3D4C

Color information

#6F3D4C (or 0x6F3D4C) is unknown color: approx Tawny Port. HEX triplet: 6F, 3D and 4C. RGB value is (111,61,76). Sum of RGB (Red+Green+Blue) = 111+61+76=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D4C is #90C2B3. Grayscale: #4D4D4D. Windows color (decimal): -9487028 or 4996463. OLE color: 4996463.

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

Color convert

RGB1116176-
CMYK00.450.320.56
HSL342º29.07%33.73%-
HSV(B)342º45.05%43.53%-
XYZ9.537.247.73-
YUV77.66127.06151.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=44.76%
G=24.60%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111617600.450.320.5634229.0733.73
Hex6F3D4C02D20381561d22
Octal1577511405540705263542
Binary11011111111011001100010110110000011100010101011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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