#6f3a4c

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

Shades of Tawny Port #6F3A4C

Tints of Tawny Port #6F3A4C

Color information

#6F3A4C (or 0x6F3A4C) is unknown color: approx Tawny Port. HEX triplet: 6F, 3A and 4C. RGB value is (111,58,76). Sum of RGB (Red+Green+Blue) = 111+58+76=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A4C is #90C5B3. Grayscale: #4B4B4B. Windows color (decimal): -9487796 or 4995695. OLE color: 4995695.

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

Color convert

RGB1115876-
CMYK00.480.320.56
HSL339.62º31.36%33.14%-
HSV(B)339.62º47.75%43.53%-
XYZ9.376.937.68-
YUV75.9128.06153.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=45.31%
G=23.67%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111587600.480.320.56339.6231.3633.14
Hex6F3A4C03020381541f21
Octal1577211406040705243741
Binary11011111110101001100011000010000011100010101010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f3a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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