Html Css Color HEX #6F3439 Merlot

📋 copy color: '#6F3439'

red 111 ◦ green 52 ◦ blue 57

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

Shades of Merlot #6F3439

Tints of Merlot #6F3439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 50.45%
G = 23.64%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F3439 (or 0x6F3439) is known color: Merlot. HEX triplet: 6F, 34 and 39. RGB value is (111,52,57). Sum of RGB (Red+Green+Blue) = 111+52+57=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3439 is #90CBC6. Grayscale: #464646. Windows color (decimal): -9489351 or 3748975. OLE color: 3748975.

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

Color convert

RGB 111 52 57 -
CMYK 0 0.53 0.49 0.56
HSL 354.92º 0.36% 0.32% -
HSV(B) 354.92º 0.53% 0.44% -
XYZ 8.52 6.13 4.61 -
YUV 70.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 111 52 57 0 0.53 0.49 0.56 354.92 0.36 0.32
Hex 6F 34 39 0 35 31 38 163 24 20
Octal 157 64 71 0 65 61 70 543 44 40
Binary 1101111 110100 111001 0 110101 110001 111000 101100011 100100 100000

Color Harmonies of #6F3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3439

Black with #6F3439

Text Example


Text Example

White with #6F3439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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