Html Css Color HEX #653A3D Merlot

📋 copy color: '#653A3D'

red 101 ◦ green 58 ◦ blue 61

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

Shades of Merlot #653A3D

Tints of Merlot #653A3D

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 value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

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

RGB 101 58 61 -
CMYK 0 0.43 0.40 0.60
HSL 355.81º 0.27% 0.31% -
HSV(B) 355.81º 0.43% 0.4% -
XYZ 7.72 6.13 5.19 -
YUV 71.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 101 58 61 0 0.43 0.40 0.60 355.81 0.27 0.31
Hex 65 3A 3D 0 2B 28 3C 164 1B 1F
Octal 145 72 75 0 53 50 74 544 33 37
Binary 1100101 111010 111101 0 101011 101000 111100 101100100 11011 11111

Color Harmonies of #653A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A3D

Black with #653A3D

Text Example


Text Example

White with #653A3D

Text Example


Text Example

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