Html Css Color HEX #6F3642 Merlot

📋 copy color: '#6F3642'

red 111 ◦ green 54 ◦ blue 66

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

Shades of Merlot #6F3642

Tints of Merlot #6F3642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 48.05%
G = 23.38%
B = 28.57%

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

#6F3642 (or 0x6F3642) is known color: Merlot. HEX triplet: 6F, 36 and 42. RGB value is (111,54,66). Sum of RGB (Red+Green+Blue) = 111+54+66=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3642 is #90C9BD. Grayscale: #484848. Windows color (decimal): -9488830 or 4339311. OLE color: 4339311.

HSL color Cylindrical-coordinate representation of color #6F3642: hue angle of 347.37º 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 #6F3642 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 66 -
CMYK 0 0.51 0.41 0.56
HSL 347.37º 0.35% 0.32% -
HSV(B) 347.37º 0.51% 0.44% -
XYZ 8.86 6.41 5.92 -
YUV 72.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 111 54 66 0 0.51 0.41 0.56 347.37 0.35 0.32
Hex 6F 36 42 0 33 29 38 15B 23 20
Octal 157 66 102 0 63 51 70 533 43 40
Binary 1101111 110110 1000010 0 110011 101001 111000 101011011 100011 100000

Color Harmonies of #6F3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3642

Black with #6F3642

Text Example


Text Example

White with #6F3642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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