#693038

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

Shades of Merlot #693038

Tints of Merlot #693038

Color information

#693038 (or 0x693038) is unknown color: approx Merlot. HEX triplet: 69, 30 and 38. RGB value is (105,48,56). Sum of RGB (Red+Green+Blue) = 105+48+56=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693038 is #96CFC7. Grayscale: #414141. Windows color (decimal): -9883592 or 3682409. OLE color: 3682409.

HSL color Cylindrical-coordinate representation of color #693038: hue angle of 351.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693038 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1054856-
CMYK00.540.470.59
HSL351.58º37.25%30%-
HSV(B)351.58º54.29%41.18%-
XYZ7.65.44.38-
YUV65.96122.38155.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=50.24%
G=22.97%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105485600.540.470.59351.5837.2530
Hex6930380362F3B160251e
Octal151607006657735404536
Binary1101001110000111000011011010111111101110110000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693038; }

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

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

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

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

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

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

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

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