#653B3D

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

Shades of Merlot #653B3D

Tints of Merlot #653B3D

Color information

#653B3D (or 0x653B3D) is unknown color: approx Merlot. HEX triplet: 65, 3B and 3D. RGB value is (101,59,61). Sum of RGB (Red+Green+Blue) = 101+59+61=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #653B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B3D is #9AC4C2. Grayscale: #474747. Windows color (decimal): -10142915 or 4012901. OLE color: 4012901.

HSL color Cylindrical-coordinate representation of color #653B3D: hue angle of 357.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B3D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1015961-
CMYK00.420.400.60
HSL357.14º26.25%31.37%-
HSV(B)357.14º41.58%39.61%-
XYZ7.776.235.21-
YUV71.79121.91148.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=45.70%
G=26.70%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101596100.420.400.60357.1426.2531.37
Hex653B3D02A283C1651a1f
Octal145737505250745453237
Binary110010111101111110101010101010001111001011001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653B3D; }

 p { color: rgb(101,59,61); }

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

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

 a { background-color: rgb(101,59,61); }

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

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

 span { border-color: rgb(101,59,61); }

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