Html Css Color HEX #6F313A Merlot

📋 copy color: '#6F313A'

red 111 ◦ green 49 ◦ blue 58

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

Shades of Merlot #6F313A

Tints of Merlot #6F313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 50.92%
G = 22.48%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F313A (or 0x6F313A) is known color: Merlot. HEX triplet: 6F, 31 and 3A. RGB value is (111,49,58). Sum of RGB (Red+Green+Blue) = 111+49+58=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F313A is #90CEC5. Grayscale: #444444. Windows color (decimal): -9490118 or 3813743. OLE color: 3813743.

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

Color convert

RGB 111 49 58 -
CMYK 0 0.56 0.48 0.56
HSL 351.29º 0.39% 0.31% -
HSV(B) 351.29º 0.56% 0.44% -
XYZ 8.42 5.88 4.69 -
YUV 68.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 111 49 58 0 0.56 0.48 0.56 351.29 0.39 0.31
Hex 6F 31 3A 0 38 30 38 15F 27 1F
Octal 157 61 72 0 70 60 70 537 47 37
Binary 1101111 110001 111010 0 111000 110000 111000 101011111 100111 11111

Color Harmonies of #6F313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F313A

Black with #6F313A

Text Example


Text Example

White with #6F313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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