Html Css Color HEX #613A3E Merlot

📋 copy color: '#613A3E'

red 97 ◦ green 58 ◦ blue 62

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

Shades of Merlot #613A3E

Tints of Merlot #613A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

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

R = 44.7%
G = 26.73%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#613A3E (or 0x613A3E) is known color: Merlot. HEX triplet: 61, 3A and 3E. RGB value is (97,58,62). Sum of RGB (Red+Green+Blue) = 97+58+62=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3E is #9EC5C1. Grayscale: #464646. Windows color (decimal): -10405314 or 4078177. OLE color: 4078177.

HSL color Cylindrical-coordinate representation of color #613A3E: hue angle of 353.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A3E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 62 -
CMYK 0 0.40 0.36 0.62
HSL 353.85º 0.25% 0.3% -
HSV(B) 353.85º 0.4% 0.38% -
XYZ 7.31 5.92 5.31 -
YUV 70.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 97 58 62 0 0.40 0.36 0.62 353.85 0.25 0.3
Hex 61 3A 3E 0 28 24 3E 162 19 1E
Octal 141 72 76 0 50 44 76 542 31 36
Binary 1100001 111010 111110 0 101000 100100 111110 101100010 11001 11110

Color Harmonies of #613A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A3E

Black with #613A3E

Text Example


Text Example

White with #613A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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