Html Css Color HEX #6F3941 Merlot

📋 copy color: '#6F3941'

red 111 ◦ green 57 ◦ blue 65

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

Shades of Merlot #6F3941

Tints of Merlot #6F3941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.46%

 BLUE value IS 65 (25.78% from 255) = 27.9%

R = 47.64%
G = 24.46%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F3941 (or 0x6F3941) is known color: Merlot. HEX triplet: 6F, 39 and 41. RGB value is (111,57,65). Sum of RGB (Red+Green+Blue) = 111+57+65=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3941 is #90C6BE. Grayscale: #4A4A4A. Windows color (decimal): -9488063 or 4274543. OLE color: 4274543.

HSL color Cylindrical-coordinate representation of color #6F3941: hue angle of 351.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F3941 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 57 65 -
CMYK 0 0.49 0.41 0.56
HSL 351.11º 0.32% 0.33% -
HSV(B) 351.11º 0.49% 0.44% -
XYZ 8.97 6.69 5.82 -
YUV 74.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 111 57 65 0 0.49 0.41 0.56 351.11 0.32 0.33
Hex 6F 39 41 0 31 29 38 15F 20 21
Octal 157 71 101 0 61 51 70 537 40 41
Binary 1101111 111001 1000001 0 110001 101001 111000 101011111 100000 100001

Color Harmonies of #6F3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3941

Black with #6F3941

Text Example


Text Example

White with #6F3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,57,65); }

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

background-color css

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

 a { background-color: rgb(111,57,65); }

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

border-color css

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

 span { border-color: rgb(111,57,65); }

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