#693237

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

Shades of Merlot #693237

Tints of Merlot #693237

Color information

#693237 (or 0x693237) is unknown color: approx Merlot. HEX triplet: 69, 32 and 37. RGB value is (105,50,55). Sum of RGB (Red+Green+Blue) = 105+50+55=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693237 is #96CDC8. Grayscale: #434343. Windows color (decimal): -9883081 or 3617385. OLE color: 3617385.

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

Color convert

RGB1055055-
CMYK00.520.480.59
HSL354.55º35.48%30.39%-
HSV(B)354.55º52.38%41.18%-
XYZ7.665.564.28-
YUV67.02121.22155.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=50%
G=23.81%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105505500.520.480.59354.5535.4830.39
Hex693237034303B163231e
Octal151626706460735434336
Binary1101001110010110111011010011000011101110110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693237; }

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

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

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

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

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

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

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

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