#6D384A

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

Shades of Tawny Port #6D384A

Tints of Tawny Port #6D384A

Color information

#6D384A (or 0x6D384A) is unknown color: approx Tawny Port. HEX triplet: 6D, 38 and 4A. RGB value is (109,56,74). Sum of RGB (Red+Green+Blue) = 109+56+74=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D384A is #92C7B5. Grayscale: #494949. Windows color (decimal): -9619382 or 4864109. OLE color: 4864109.

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

Color convert

RGB1095674-
CMYK00.490.320.57
HSL339.62º32.12%32.35%-
HSV(B)339.62º48.62%42.75%-
XYZ8.966.577.28-
YUV73.9128.06153.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.61%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=45.61%
G=23.43%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109567400.490.320.57339.6232.1232.35
Hex6D384A03120391542020
Octal1557011206140715244040
Binary110110111100010010100110001100000111001101010100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,56,74); }

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

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

 a { background-color: rgb(109,56,74); }

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

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

 span { border-color: rgb(109,56,74); }

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