Html Css Color HEX #6F3340 Merlot

📋 copy color: '#6F3340'

red 111 ◦ green 51 ◦ blue 64

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

Shades of Merlot #6F3340

Tints of Merlot #6F3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 49.12%
G = 22.57%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F3340 (or 0x6F3340) is known color: Merlot. HEX triplet: 6F, 33 and 40. RGB value is (111,51,64). Sum of RGB (Red+Green+Blue) = 111+51+64=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3340 is #90CCBF. Grayscale: #464646. Windows color (decimal): -9489600 or 4207471. OLE color: 4207471.

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

Color convert

RGB 111 51 64 -
CMYK 0 0.54 0.42 0.56
HSL 347º 0.37% 0.32% -
HSV(B) 347º 0.54% 0.44% -
XYZ 8.66 6.12 5.57 -
YUV 70.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 111 51 64 0 0.54 0.42 0.56 347 0.37 0.32
Hex 6F 33 40 0 36 2A 38 15B 25 20
Octal 157 63 100 0 66 52 70 533 45 40
Binary 1101111 110011 1000000 0 110110 101010 111000 101011011 100101 100000

Color Harmonies of #6F3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3340

Black with #6F3340

Text Example


Text Example

White with #6F3340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,64); }

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

background-color css

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

 a { background-color: rgb(111,51,64); }

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

border-color css

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

 span { border-color: rgb(111,51,64); }

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