#6D3445

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

Shades of Tawny Port #6D3445

Tints of Tawny Port #6D3445

Color information

#6D3445 (or 0x6D3445) is unknown color: approx Tawny Port. HEX triplet: 6D, 34 and 45. RGB value is (109,52,69). Sum of RGB (Red+Green+Blue) = 109+52+69=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3445 is #92CBBA. Grayscale: #464646. Windows color (decimal): -9620411 or 4535405. OLE color: 4535405.

HSL color Cylindrical-coordinate representation of color #6D3445: hue angle of 342.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3445 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB1095269-
CMYK00.520.370.57
HSL342.11º35.4%31.57%-
HSV(B)342.11º52.29%42.75%-
XYZ8.616.146.36-
YUV70.98126.88155.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 69 (27.34% from 255) = 30%
R=47.39%
G=22.61%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109526900.520.370.57342.1135.431.57
Hex6D344503425391562320
Octal1556410506445715264340
Binary110110111010010001010110100100101111001101010110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,69); }

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

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

 a { background-color: rgb(109,52,69); }

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

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

 span { border-color: rgb(109,52,69); }

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