#653A3D

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

Shades of Merlot #653A3D

Tints of Merlot #653A3D

Color information

#653A3D (or 0x653A3D) is unknown color: approx Merlot. HEX triplet: 65, 3A and 3D. RGB value is (101,58,61). Sum of RGB (Red+Green+Blue) = 101+58+61=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #653A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A3D is #9AC5C2. Grayscale: #474747. Windows color (decimal): -10143171 or 4012645. OLE color: 4012645.

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

Color convert

RGB1015861-
CMYK00.430.400.60
HSL355.81º27.04%31.18%-
HSV(B)355.81º42.57%39.61%-
XYZ7.726.135.19-
YUV71.2122.25149.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=45.91%
G=26.36%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101586100.430.400.60355.8127.0431.18
Hex653A3D02B283C1641b1f
Octal145727505350745443337
Binary110010111101011110101010111010001111001011001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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