#6F3B4A

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

Shades of Tawny Port #6F3B4A

Tints of Tawny Port #6F3B4A

Color information

#6F3B4A (or 0x6F3B4A) is unknown color: approx Tawny Port. HEX triplet: 6F, 3B and 4A. RGB value is (111,59,74). Sum of RGB (Red+Green+Blue) = 111+59+74=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B4A is #90C4B5. Grayscale: #4C4C4C. Windows color (decimal): -9487542 or 4864879. OLE color: 4864879.

HSL color Cylindrical-coordinate representation of color #6F3B4A: hue angle of 342.69º 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 #6F3B4A is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1115974-
CMYK00.470.330.56
HSL342.69º30.59%33.33%-
HSV(B)342.69º46.85%43.53%-
XYZ9.3677.34-
YUV76.26126.73152.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=45.49%
G=24.18%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111597400.470.330.56342.6930.5933.33
Hex6F3B4A02F21381571f21
Octal1577311205741705273741
Binary11011111110111001010010111110000111100010101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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