#693839

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

Shades of Merlot #693839

Tints of Merlot #693839

Color information

#693839 (or 0x693839) is unknown color: approx Merlot. HEX triplet: 69, 38 and 39. RGB value is (105,56,57). Sum of RGB (Red+Green+Blue) = 105+56+57=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #693839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693839 is #96C7C6. Grayscale: #464646. Windows color (decimal): -9881543 or 3749993. OLE color: 3749993.

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

Color convert

RGB1055657-
CMYK00.470.460.59
HSL358.78º30.43%31.57%-
HSV(B)358.78º46.67%41.18%-
XYZ7.986.134.63-
YUV70.76120.23152.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=48.17%
G=25.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105565700.470.460.59358.7830.4331.57
Hex69383902F2E3B1671e20
Octal151707105756735473640
Binary1101001111000111001010111110111011101110110011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693839; }

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

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

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

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

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

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

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

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