Html Css Color HEX #6F3237 Merlot

📋 copy color: '#6F3237'

red 111 ◦ green 50 ◦ blue 55

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

Shades of Merlot #6F3237

Tints of Merlot #6F3237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 51.39%
G = 23.15%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F3237 (or 0x6F3237) is known color: Merlot. HEX triplet: 6F, 32 and 37. RGB value is (111,50,55). Sum of RGB (Red+Green+Blue) = 111+50+55=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3237 is #90CDC8. Grayscale: #444444. Windows color (decimal): -9489865 or 3617391. OLE color: 3617391.

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

Color convert

RGB 111 50 55 -
CMYK 0 0.55 0.50 0.56
HSL 355.08º 0.38% 0.32% -
HSV(B) 355.08º 0.55% 0.44% -
XYZ 8.39 5.94 4.32 -
YUV 68.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 111 50 55 0 0.55 0.50 0.56 355.08 0.38 0.32
Hex 6F 32 37 0 37 32 38 163 26 20
Octal 157 62 67 0 67 62 70 543 46 40
Binary 1101111 110010 110111 0 110111 110010 111000 101100011 100110 100000

Color Harmonies of #6F3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3237

Black with #6F3237

Text Example


Text Example

White with #6F3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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