Html Css Color HEX #6F3641 Merlot

📋 copy color: '#6F3641'

red 111 ◦ green 54 ◦ blue 65

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

Shades of Merlot #6F3641

Tints of Merlot #6F3641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 48.26%
G = 23.48%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F3641 (or 0x6F3641) is known color: Merlot. HEX triplet: 6F, 36 and 41. RGB value is (111,54,65). Sum of RGB (Red+Green+Blue) = 111+54+65=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3641 is #90C9BE. Grayscale: #484848. Windows color (decimal): -9488831 or 4273775. OLE color: 4273775.

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

Color convert

RGB 111 54 65 -
CMYK 0 0.51 0.41 0.56
HSL 348.42º 0.35% 0.32% -
HSV(B) 348.42º 0.51% 0.44% -
XYZ 8.83 6.4 5.77 -
YUV 72.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 111 54 65 0 0.51 0.41 0.56 348.42 0.35 0.32
Hex 6F 36 41 0 33 29 38 15C 23 20
Octal 157 66 101 0 63 51 70 534 43 40
Binary 1101111 110110 1000001 0 110011 101001 111000 101011100 100011 100000

Color Harmonies of #6F3641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3641

Black with #6F3641

Text Example


Text Example

White with #6F3641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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