#693439

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

Shades of Merlot #693439

Tints of Merlot #693439

Color information

#693439 (or 0x693439) is unknown color: approx Merlot. HEX triplet: 69, 34 and 39. RGB value is (105,52,57). Sum of RGB (Red+Green+Blue) = 105+52+57=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693439 is #96CBC6. Grayscale: #444444. Windows color (decimal): -9882567 or 3748969. OLE color: 3748969.

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

Color convert

RGB1055257-
CMYK00.500.460.59
HSL354.34º33.76%30.78%-
HSV(B)354.34º50.48%41.18%-
XYZ7.795.754.57-
YUV68.42121.56154.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=49.07%
G=24.30%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105525700.500.460.59354.3433.7630.78
Hex6934390322E3B162221f
Octal151647106256735424237
Binary1101001110100111001011001010111011101110110001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693439; }

 p { color: rgb(105,52,57); }

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

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

 a { background-color: rgb(105,52,57); }

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

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

 span { border-color: rgb(105,52,57); }

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