Html Css Color HEX #6F3741 Merlot

📋 copy color: '#6F3741'

red 111 ◦ green 55 ◦ blue 65

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

Shades of Merlot #6F3741

Tints of Merlot #6F3741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

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

R = 48.05%
G = 23.81%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F3741 (or 0x6F3741) is known color: Merlot. HEX triplet: 6F, 37 and 41. RGB value is (111,55,65). Sum of RGB (Red+Green+Blue) = 111+55+65=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3741 is #90C8BE. Grayscale: #484848. Windows color (decimal): -9488575 or 4274031. OLE color: 4274031.

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

Color convert

RGB 111 55 65 -
CMYK 0 0.50 0.41 0.56
HSL 349.29º 0.34% 0.33% -
HSV(B) 349.29º 0.5% 0.44% -
XYZ 8.88 6.49 5.79 -
YUV 72.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 111 55 65 0 0.50 0.41 0.56 349.29 0.34 0.33
Hex 6F 37 41 0 32 29 38 15D 22 21
Octal 157 67 101 0 62 51 70 535 42 41
Binary 1101111 110111 1000001 0 110010 101001 111000 101011101 100010 100001

Color Harmonies of #6F3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3741

Black with #6F3741

Text Example


Text Example

White with #6F3741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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