#6F3D4A

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

Shades of Tawny Port #6F3D4A

Tints of Tawny Port #6F3D4A

Color information

#6F3D4A (or 0x6F3D4A) is unknown color: approx Tawny Port. HEX triplet: 6F, 3D and 4A. RGB value is (111,61,74). Sum of RGB (Red+Green+Blue) = 111+61+74=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3D4A is #90C2B5. Grayscale: #4D4D4D. Windows color (decimal): -9487030 or 4865391. OLE color: 4865391.

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

Color convert

RGB1116174-
CMYK00.450.330.56
HSL344.4º29.07%33.73%-
HSV(B)344.4º45.05%43.53%-
XYZ9.467.217.37-
YUV77.43126.06151.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=45.12%
G=24.80%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111617400.450.330.56344.429.0733.73
Hex6F3D4A02D21381581d22
Octal1577511205541705303542
Binary11011111111011001010010110110000111100010101100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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