#693035

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

Shades of Merlot #693035

Tints of Merlot #693035

Color information

#693035 (or 0x693035) is unknown color: approx Merlot. HEX triplet: 69, 30 and 35. RGB value is (105,48,53). Sum of RGB (Red+Green+Blue) = 105+48+53=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693035 is #96CFCA. Grayscale: #414141. Windows color (decimal): -9883595 or 3485801. OLE color: 3485801.

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

Color convert

RGB1054853-
CMYK00.540.500.59
HSL354.74º37.25%30%-
HSV(B)354.74º54.29%41.18%-
XYZ7.535.374.01-
YUV65.61120.88156.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=50.97%
G=23.30%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105485300.540.500.59354.7437.2530
Hex693035036323B163251e
Octal151606506662735434536
Binary1101001110000110101011011011001011101110110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693035; }

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

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

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

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

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

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

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

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