Html Css Color HEX #6F333C Merlot

📋 copy color: '#6F333C'

red 111 ◦ green 51 ◦ blue 60

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

Shades of Merlot #6F333C

Tints of Merlot #6F333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 50%
G = 22.97%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F333C (or 0x6F333C) is known color: Merlot. HEX triplet: 6F, 33 and 3C. RGB value is (111,51,60). Sum of RGB (Red+Green+Blue) = 111+51+60=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F333C is #90CCC3. Grayscale: #454545. Windows color (decimal): -9489604 or 3945327. OLE color: 3945327.

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

Color convert

RGB 111 51 60 -
CMYK 0 0.54 0.46 0.56
HSL 351º 0.37% 0.32% -
HSV(B) 351º 0.54% 0.44% -
XYZ 8.55 6.07 5 -
YUV 69.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 111 51 60 0 0.54 0.46 0.56 351 0.37 0.32
Hex 6F 33 3C 0 36 2E 38 15F 25 20
Octal 157 63 74 0 66 56 70 537 45 40
Binary 1101111 110011 111100 0 110110 101110 111000 101011111 100101 100000

Color Harmonies of #6F333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F333C

Black with #6F333C

Text Example


Text Example

White with #6F333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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