#693739

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

Shades of Merlot #693739

Tints of Merlot #693739

Color information

#693739 (or 0x693739) is unknown color: approx Merlot. HEX triplet: 69, 37 and 39. RGB value is (105,55,57). Sum of RGB (Red+Green+Blue) = 105+55+57=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #693739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693739 is #96C8C6. Grayscale: #464646. Windows color (decimal): -9881799 or 3749737. OLE color: 3749737.

HSL color Cylindrical-coordinate representation of color #693739: hue angle of 357.6º 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 #693739 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1055557-
CMYK00.480.460.59
HSL357.6º31.25%31.37%-
HSV(B)357.6º47.62%41.18%-
XYZ7.936.034.62-
YUV70.18120.56152.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 57 (22.66% from 255) = 26.27%
R=48.39%
G=25.35%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105555700.480.460.59357.631.2531.37
Hex6937390302E3B1661f1f
Octal151677106056735463737
Binary110100111011111100101100001011101110111011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693739; }

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

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

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

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

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

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

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

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