#683036

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

Shades of Merlot #683036

Tints of Merlot #683036

Color information

#683036 (or 0x683036) is unknown color: approx Merlot. HEX triplet: 68, 30 and 36. RGB value is (104,48,54). Sum of RGB (Red+Green+Blue) = 104+48+54=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #683036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683036 is #97CFC9. Grayscale: #414141. Windows color (decimal): -9949130 or 3551336. OLE color: 3551336.

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

Color convert

RGB1044854-
CMYK00.540.480.59
HSL353.57º36.84%29.8%-
HSV(B)353.57º53.85%40.78%-
XYZ7.435.324.13-
YUV65.43121.55155.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=50.49%
G=23.30%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104485400.540.480.59353.5736.8429.8
Hex683036036303B162251e
Octal150606606660735424536
Binary1101000110000110110011011011000011101110110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683036; }

 p { color: rgb(104,48,54); }

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

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

 a { background-color: rgb(104,48,54); }

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

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

 span { border-color: rgb(104,48,54); }

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