#693740

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

Shades of Merlot #693740

Tints of Merlot #693740

Color information

#693740 (or 0x693740) is unknown color: approx Merlot. HEX triplet: 69, 37 and 40. RGB value is (105,55,64). Sum of RGB (Red+Green+Blue) = 105+55+64=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #693740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693740 is #96C8BF. Grayscale: #464646. Windows color (decimal): -9881792 or 4208489. OLE color: 4208489.

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

Color convert

RGB1055564-
CMYK00.480.390.59
HSL349.2º31.25%31.37%-
HSV(B)349.2º47.62%41.18%-
XYZ8.126.115.6-
YUV70.98124.06152.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=46.88%
G=24.55%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105556400.480.390.59349.231.2531.37
Hex693740030273B15d1f1f
Octal1516710006047735353737
Binary1101001110111100000001100001001111110111010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693740; }

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

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

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

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

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

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

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

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