#6B374E

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

Shades of Tawny Port #6B374E

Tints of Tawny Port #6B374E

Color information

#6B374E (or 0x6B374E) is unknown color: approx Tawny Port. HEX triplet: 6B, 37 and 4E. RGB value is (107,55,78). Sum of RGB (Red+Green+Blue) = 107+55+78=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B374E is #94C8B1. Grayscale: #494949. Windows color (decimal): -9750706 or 5125995. OLE color: 5125995.

HSL color Cylindrical-coordinate representation of color #6B374E: hue angle of 333.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B374E is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1075578-
CMYK00.490.270.58
HSL333.46º32.1%31.76%-
HSV(B)333.46º48.6%41.96%-
XYZ8.86.417.98-
YUV73.17130.73152.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=44.58%
G=22.92%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107557800.490.270.58333.4632.131.76
Hex6B374E0311B3A14d2020
Octal1536711606133725154040
Binary11010111101111001110011000111011111010101001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,55,78); }

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

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

 a { background-color: rgb(107,55,78); }

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

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

 span { border-color: rgb(107,55,78); }

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