#6F344A

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

Shades of Tawny Port #6F344A

Tints of Tawny Port #6F344A

Color information

#6F344A (or 0x6F344A) is unknown color: approx Tawny Port. HEX triplet: 6F, 34 and 4A. RGB value is (111,52,74). Sum of RGB (Red+Green+Blue) = 111+52+74=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F344A is #90CBB5. Grayscale: #484848. Windows color (decimal): -9489334 or 4863087. OLE color: 4863087.

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

Color convert

RGB1115274-
CMYK00.530.330.56
HSL337.63º36.2%31.96%-
HSV(B)337.63º53.15%43.53%-
XYZ9.026.337.22-
YUV72.15129.05155.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=46.84%
G=21.94%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111527400.530.330.56337.6336.231.96
Hex6F344A03521381522420
Octal1576411206541705224440
Binary110111111010010010100110101100001111000101010010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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