#693436

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

Shades of Merlot #693436

Tints of Merlot #693436

Color information

#693436 (or 0x693436) is unknown color: approx Merlot. HEX triplet: 69, 34 and 36. RGB value is (105,52,54). Sum of RGB (Red+Green+Blue) = 105+52+54=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693436 is #96CBC9. Grayscale: #444444. Windows color (decimal): -9882570 or 3552361. OLE color: 3552361.

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

Color convert

RGB1055254-
CMYK00.500.490.59
HSL357.74º33.76%30.78%-
HSV(B)357.74º50.48%41.18%-
XYZ7.725.734.19-
YUV68.08120.06154.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=49.76%
G=24.64%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105525400.500.490.59357.7433.7630.78
Hex693436032313B166221f
Octal151646606261735464237
Binary1101001110100110110011001011000111101110110011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693436; }

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

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

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

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

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

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

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

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