#693738

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

Shades of Merlot #693738

Tints of Merlot #693738

Color information

#693738 (or 0x693738) is unknown color: approx Merlot. HEX triplet: 69, 37 and 38. RGB value is (105,55,56). Sum of RGB (Red+Green+Blue) = 105+55+56=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #693738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693738 is #96C8C7. Grayscale: #464646. Windows color (decimal): -9881800 or 3684201. OLE color: 3684201.

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

Color convert

RGB1055556-
CMYK00.480.470.59
HSL358.8º31.25%31.37%-
HSV(B)358.8º47.62%41.18%-
XYZ7.916.024.49-
YUV70.06120.06152.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=48.61%
G=25.46%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105555600.480.470.59358.831.2531.37
Hex6937380302F3B1671f1f
Octal151677006057735473737
Binary110100111011111100001100001011111110111011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693738; }

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

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

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

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

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

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

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

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