Html Css Color HEX #653B3E Merlot

📋 copy color: '#653B3E'

red 101 ◦ green 59 ◦ blue 62

#653B3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #653B3E

Tints of Merlot #653B3E

RGB

 RED value IS 101 (39.84% from 255) = 45.5%

 GREEN value IS 59 (23.44% from 255) = 26.58%

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 45.5%
G = 26.58%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#653B3E (or 0x653B3E) is known color: 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

RGB 101 59 62 -
CMYK 0 0.42 0.39 0.60
HSL 355.71º 0.26% 0.31% -
HSV(B) 355.71º 0.42% 0.4% -
XYZ 7.8 6.24 5.35 -
YUV 71.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 101 59 62 0 0.42 0.39 0.60 355.71 0.26 0.31
Hex 65 3B 3E 0 2A 27 3C 164 1A 1F
Octal 145 73 76 0 52 47 74 544 32 37
Binary 1100101 111011 111110 0 101010 100111 111100 101100100 11010 11111

Color Harmonies of #653B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B3E

Black with #653B3E

Text Example


Text Example

White with #653B3E

Text Example


Text Example

HTML Codes & Css Web 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>