Html Css Color HEX #6F323D Merlot

📋 copy color: '#6F323D'

red 111 ◦ green 50 ◦ blue 61

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

Shades of Merlot #6F323D

Tints of Merlot #6F323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 50%
G = 22.52%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F323D (or 0x6F323D) is known color: Merlot. HEX triplet: 6F, 32 and 3D. RGB value is (111,50,61). Sum of RGB (Red+Green+Blue) = 111+50+61=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F323D is #90CDC2. Grayscale: #454545. Windows color (decimal): -9489859 or 4010607. OLE color: 4010607.

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

Color convert

RGB 111 50 61 -
CMYK 0 0.55 0.45 0.56
HSL 349.18º 0.38% 0.32% -
HSV(B) 349.18º 0.55% 0.44% -
XYZ 8.54 6 5.12 -
YUV 69.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 111 50 61 0 0.55 0.45 0.56 349.18 0.38 0.32
Hex 6F 32 3D 0 37 2D 38 15D 26 20
Octal 157 62 75 0 67 55 70 535 46 40
Binary 1101111 110010 111101 0 110111 101101 111000 101011101 100110 100000

Color Harmonies of #6F323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F323D

Black with #6F323D

Text Example


Text Example

White with #6F323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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