Html Css Color HEX #6F313D Merlot

📋 copy color: '#6F313D'

red 111 ◦ green 49 ◦ blue 61

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

Shades of Merlot #6F313D

Tints of Merlot #6F313D

RGB

 RED value IS 111 (43.75% from 255) = 50.23%

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 61 (24.22% from 255) = 27.6%

R = 50.23%
G = 22.17%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F313D (or 0x6F313D) is known color: Merlot. HEX triplet: 6F, 31 and 3D. RGB value is (111,49,61). Sum of RGB (Red+Green+Blue) = 111+49+61=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313D is #90CEC2. Grayscale: #444444. Windows color (decimal): -9490115 or 4010351. OLE color: 4010351.

HSL color Cylindrical-coordinate representation of color #6F313D: hue angle of 348.39º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F313D is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 49 61 -
CMYK 0 0.56 0.45 0.56
HSL 348.39º 0.39% 0.31% -
HSV(B) 348.39º 0.56% 0.44% -
XYZ 8.5 5.91 5.11 -
YUV 68.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 111 49 61 0 0.56 0.45 0.56 348.39 0.39 0.31
Hex 6F 31 3D 0 38 2D 38 15C 27 1F
Octal 157 61 75 0 70 55 70 534 47 37
Binary 1101111 110001 111101 0 111000 101101 111000 101011100 100111 11111

Color Harmonies of #6F313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F313D

Black with #6F313D

Text Example


Text Example

White with #6F313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F313D; }

 p { color: rgb(111,49,61); }

 H1.HeaderClassName
 {
   color: #6F313D;
 }
 .AnyTagClassName
 {
   color: #6F313D;
 }
</style>

background-color css

<style>
 a { background-color: #6F313D; }

 a { background-color: rgb(111,49,61); }

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

border-color css

<style>
 span { border-color: #6F313D; }

 span { border-color: rgb(111,49,61); }

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