#693640

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

Shades of Merlot #693640

Tints of Merlot #693640

Color information

#693640 (or 0x693640) is unknown color: approx Merlot. HEX triplet: 69, 36 and 40. RGB value is (105,54,64). Sum of RGB (Red+Green+Blue) = 105+54+64=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693640 is #96C9BF. Grayscale: #464646. Windows color (decimal): -9882048 or 4208233. OLE color: 4208233.

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

Color convert

RGB1055464-
CMYK00.490.390.59
HSL348.24º32.08%31.18%-
HSV(B)348.24º48.57%41.18%-
XYZ8.076.015.59-
YUV70.39124.4152.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=47.09%
G=24.22%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105546400.490.390.59348.2432.0831.18
Hex693640031273B15c201f
Octal1516610006147735344037
Binary11010011101101000000011000110011111101110101110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693640; }

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

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

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

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

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

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

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

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