#693537

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

Shades of Merlot #693537

Tints of Merlot #693537

Color information

#693537 (or 0x693537) is unknown color: approx Merlot. HEX triplet: 69, 35 and 37. RGB value is (105,53,55). Sum of RGB (Red+Green+Blue) = 105+53+55=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693537 is #96CAC8. Grayscale: #444444. Windows color (decimal): -9882313 or 3618153. OLE color: 3618153.

HSL color Cylindrical-coordinate representation of color #693537: hue angle of 357.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693537 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1055355-
CMYK00.500.480.59
HSL357.69º32.91%30.98%-
HSV(B)357.69º49.52%41.18%-
XYZ7.795.834.33-
YUV68.78120.23153.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=49.30%
G=24.88%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105535500.500.480.59357.6932.9130.98
Hex693537032303B166211f
Octal151656706260735464137
Binary1101001110101110111011001011000011101110110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693537; }

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

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

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

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

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

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

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

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