#653B3C

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

Shades of Merlot #653B3C

Tints of Merlot #653B3C

Color information

#653B3C (or 0x653B3C) is unknown color: approx Merlot. HEX triplet: 65, 3B and 3C. RGB value is (101,59,60). Sum of RGB (Red+Green+Blue) = 101+59+60=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #653B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B3C is #9AC4C3. Grayscale: #474747. Windows color (decimal): -10142916 or 3947365. OLE color: 3947365.

HSL color Cylindrical-coordinate representation of color #653B3C: hue angle of 358.57º 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 #653B3C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1015960-
CMYK00.420.410.60
HSL358.57º26.25%31.37%-
HSV(B)358.57º41.58%39.61%-
XYZ7.756.225.07-
YUV71.67121.41148.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=45.91%
G=26.82%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101596000.420.410.60358.5726.2531.37
Hex653B3C02A293C1671a1f
Octal145737405251745473237
Binary110010111101111110001010101010011111001011001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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