Html Css Color HEX #6F333D Merlot

📋 copy color: '#6F333D'

red 111 ◦ green 51 ◦ blue 61

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

Shades of Merlot #6F333D

Tints of Merlot #6F333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 49.78%
G = 22.87%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F333D (or 0x6F333D) is known color: Merlot. HEX triplet: 6F, 33 and 3D. RGB value is (111,51,61). Sum of RGB (Red+Green+Blue) = 111+51+61=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F333D is #90CCC2. Grayscale: #464646. Windows color (decimal): -9489603 or 4010863. OLE color: 4010863.

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

Color convert

RGB 111 51 61 -
CMYK 0 0.54 0.45 0.56
HSL 350º 0.37% 0.32% -
HSV(B) 350º 0.54% 0.44% -
XYZ 8.58 6.08 5.14 -
YUV 70.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 111 51 61 0 0.54 0.45 0.56 350 0.37 0.32
Hex 6F 33 3D 0 36 2D 38 15E 25 20
Octal 157 63 75 0 66 55 70 536 45 40
Binary 1101111 110011 111101 0 110110 101101 111000 101011110 100101 100000

Color Harmonies of #6F333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F333D

Black with #6F333D

Text Example


Text Example

White with #6F333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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