#6A374E

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

Shades of Tawny Port #6A374E

Tints of Tawny Port #6A374E

Color information

#6A374E (or 0x6A374E) is unknown color: approx Tawny Port. HEX triplet: 6A, 37 and 4E. RGB value is (106,55,78). Sum of RGB (Red+Green+Blue) = 106+55+78=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A374E is #95C8B1. Grayscale: #484848. Windows color (decimal): -9816242 or 5125994. OLE color: 5125994.

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

Color convert

RGB1065578-
CMYK00.480.260.58
HSL332.94º31.68%31.57%-
HSV(B)332.94º48.11%41.57%-
XYZ8.696.357.97-
YUV72.87130.9151.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=44.35%
G=23.01%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106557800.480.260.58332.9431.6831.57
Hex6A374E0301A3A14d2020
Octal1526711606032725154040
Binary11010101101111001110011000011010111010101001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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