Html Css Color HEX #6F3339 Merlot

📋 copy color: '#6F3339'

red 111 ◦ green 51 ◦ blue 57

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

Shades of Merlot #6F3339

Tints of Merlot #6F3339

RGB

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

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

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

R = 50.68%
G = 23.29%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F3339 (or 0x6F3339) is known color: Merlot. HEX triplet: 6F, 33 and 39. RGB value is (111,51,57). Sum of RGB (Red+Green+Blue) = 111+51+57=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3339 is #90CCC6. Grayscale: #454545. Windows color (decimal): -9489607 or 3748719. OLE color: 3748719.

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

Color convert

RGB 111 51 57 -
CMYK 0 0.54 0.49 0.56
HSL 354º 0.37% 0.32% -
HSV(B) 354º 0.54% 0.44% -
XYZ 8.48 6.04 4.59 -
YUV 69.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 111 51 57 0 0.54 0.49 0.56 354 0.37 0.32
Hex 6F 33 39 0 36 31 38 162 25 20
Octal 157 63 71 0 66 61 70 542 45 40
Binary 1101111 110011 111001 0 110110 110001 111000 101100010 100101 100000

Color Harmonies of #6F3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3339

Black with #6F3339

Text Example


Text Example

White with #6F3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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