Html Css Color HEX #6F3539 Merlot

📋 copy color: '#6F3539'

red 111 ◦ green 53 ◦ blue 57

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

Shades of Merlot #6F3539

Tints of Merlot #6F3539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 50.23%
G = 23.98%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F3539 (or 0x6F3539) is known color: Merlot. HEX triplet: 6F, 35 and 39. RGB value is (111,53,57). Sum of RGB (Red+Green+Blue) = 111+53+57=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3539 is #90CAC6. Grayscale: #464646. Windows color (decimal): -9489095 or 3749231. OLE color: 3749231.

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

Color convert

RGB 111 53 57 -
CMYK 0 0.52 0.49 0.56
HSL 355.86º 0.35% 0.32% -
HSV(B) 355.86º 0.52% 0.44% -
XYZ 8.57 6.22 4.62 -
YUV 70.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 111 53 57 0 0.52 0.49 0.56 355.86 0.35 0.32
Hex 6F 35 39 0 34 31 38 164 23 20
Octal 157 65 71 0 64 61 70 544 43 40
Binary 1101111 110101 111001 0 110100 110001 111000 101100100 100011 100000

Color Harmonies of #6F3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3539

Black with #6F3539

Text Example


Text Example

White with #6F3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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