#693940

Color #693940 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #693940

Tints of Merlot #693940

Color information

#693940 (or 0x693940) is unknown color: approx Merlot. HEX triplet: 69, 39 and 40. RGB value is (105,57,64). Sum of RGB (Red+Green+Blue) = 105+57+64=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693940 is #96C6BF. Grayscale: #484848. Windows color (decimal): -9881280 or 4209001. OLE color: 4209001.

HSL color Cylindrical-coordinate representation of color #693940: hue angle of 351.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #693940 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1055764-
CMYK00.460.390.59
HSL351.25º29.63%31.76%-
HSV(B)351.25º45.71%41.18%-
XYZ8.216.35.63-
YUV72.15123.4151.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=46.46%
G=25.22%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105576400.460.390.59351.2529.6331.76
Hex69394002E273B15f1e20
Octal1517110005647735373640
Binary11010011110011000000010111010011111101110101111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693940; }

 p { color: rgb(105,57,64); }

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

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

 a { background-color: rgb(105,57,64); }

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

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

 span { border-color: rgb(105,57,64); }

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