#673538

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

Shades of Merlot #673538

Tints of Merlot #673538

Color information

#673538 (or 0x673538) is unknown color: approx Merlot. HEX triplet: 67, 35 and 38. RGB value is (103,53,56). Sum of RGB (Red+Green+Blue) = 103+53+56=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #673538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673538 is #98CAC7. Grayscale: #444444. Windows color (decimal): -10013384 or 3683687. OLE color: 3683687.

HSL color Cylindrical-coordinate representation of color #673538: hue angle of 356.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #673538 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1035356-
CMYK00.490.460.60
HSL356.4º32.05%30.59%-
HSV(B)356.4º48.54%40.39%-
XYZ7.585.724.45-
YUV68.29121.06152.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.58%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=48.58%
G=25%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103535600.490.460.60356.432.0530.59
Hex6735380312E3C164201f
Octal147657006156745444037
Binary1100111110101111000011000110111011110010110010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673538; }

 p { color: rgb(103,53,56); }

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

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

 a { background-color: rgb(103,53,56); }

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

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

 span { border-color: rgb(103,53,56); }

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