Html Css Color HEX #6F313C Merlot

📋 copy color: '#6F313C'

red 111 ◦ green 49 ◦ blue 60

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

Shades of Merlot #6F313C

Tints of Merlot #6F313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 50.45%
G = 22.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F313C (or 0x6F313C) is known color: Merlot. HEX triplet: 6F, 31 and 3C. RGB value is (111,49,60). Sum of RGB (Red+Green+Blue) = 111+49+60=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313C is #90CEC3. Grayscale: #444444. Windows color (decimal): -9490116 or 3944815. OLE color: 3944815.

HSL color Cylindrical-coordinate representation of color #6F313C: hue angle of 349.35º 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 #6F313C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 49 60 -
CMYK 0 0.56 0.46 0.56
HSL 349.35º 0.39% 0.31% -
HSV(B) 349.35º 0.56% 0.44% -
XYZ 8.47 5.9 4.97 -
YUV 68.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 111 49 60 0 0.56 0.46 0.56 349.35 0.39 0.31
Hex 6F 31 3C 0 38 2E 38 15D 27 1F
Octal 157 61 74 0 70 56 70 535 47 37
Binary 1101111 110001 111100 0 111000 101110 111000 101011101 100111 11111

Color Harmonies of #6F313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F313C

Black with #6F313C

Text Example


Text Example

White with #6F313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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