#653B3E

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

Shades of Merlot #653B3E

Tints of Merlot #653B3E

Color information

#653B3E (or 0x653B3E) is unknown color: approx Merlot. HEX triplet: 65, 3B and 3E. RGB value is (101,59,62). Sum of RGB (Red+Green+Blue) = 101+59+62=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #653B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B3E is #9AC4C1. Grayscale: #474747. Windows color (decimal): -10142914 or 4078437. OLE color: 4078437.

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

Color convert

RGB1015962-
CMYK00.420.390.60
HSL355.71º26.25%31.37%-
HSV(B)355.71º41.58%39.61%-
XYZ7.86.245.35-
YUV71.9122.41148.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=45.50%
G=26.58%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101596200.420.390.60355.7126.2531.37
Hex653B3E02A273C1641a1f
Octal145737605247745443237
Binary110010111101111111001010101001111111001011001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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