Html Css Color HEX #613B3E Merlot

📋 copy color: '#613B3E'

red 97 ◦ green 59 ◦ blue 62

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

Shades of Merlot #613B3E

Tints of Merlot #613B3E

RGB

 RED value IS 97 (38.28% from 255) = 44.5%

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

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

R = 44.5%
G = 27.06%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#613B3E (or 0x613B3E) is known color: Merlot. HEX triplet: 61, 3B and 3E. RGB value is (97,59,62). Sum of RGB (Red+Green+Blue) = 97+59+62=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B3E is #9EC4C1. Grayscale: #464646. Windows color (decimal): -10405058 or 4078433. OLE color: 4078433.

HSL color Cylindrical-coordinate representation of color #613B3E: hue angle of 355.26º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B3E is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 59 62 -
CMYK 0 0.39 0.36 0.62
HSL 355.26º 0.24% 0.31% -
HSV(B) 355.26º 0.39% 0.38% -
XYZ 7.36 6.02 5.33 -
YUV 70.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 97 59 62 0 0.39 0.36 0.62 355.26 0.24 0.31
Hex 61 3B 3E 0 27 24 3E 163 18 1F
Octal 141 73 76 0 47 44 76 543 30 37
Binary 1100001 111011 111110 0 100111 100100 111110 101100011 11000 11111

Color Harmonies of #613B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B3E

Black with #613B3E

Text Example


Text Example

White with #613B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #613B3E;
 }
 .AnyTagClassName
 {
   color: #613B3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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