#693336

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

Shades of Merlot #693336

Tints of Merlot #693336

Color information

#693336 (or 0x693336) is unknown color: approx Merlot. HEX triplet: 69, 33 and 36. RGB value is (105,51,54). Sum of RGB (Red+Green+Blue) = 105+51+54=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693336 is #96CCC9. Grayscale: #434343. Windows color (decimal): -9882826 or 3552105. OLE color: 3552105.

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

Color convert

RGB1055154-
CMYK00.510.490.59
HSL356.67º34.62%30.59%-
HSV(B)356.67º51.43%41.18%-
XYZ7.685.644.17-
YUV67.49120.39154.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=50%
G=24.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105515400.510.490.59356.6734.6230.59
Hex693336033313B165231f
Octal151636606361735454337
Binary1101001110011110110011001111000111101110110010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693336; }

 p { color: rgb(105,51,54); }

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

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

 a { background-color: rgb(105,51,54); }

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

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

 span { border-color: rgb(105,51,54); }

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