Html Css Color HEX #6B3337 Merlot

📋 copy color: '#6B3337'

red 107 ◦ green 51 ◦ blue 55

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

Shades of Merlot #6B3337

Tints of Merlot #6B3337

RGB

 RED value IS 107 (42.19% from 255) = 50.23%

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

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

R = 50.23%
G = 23.94%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B3337 (or 0x6B3337) is known color: Merlot. HEX triplet: 6B, 33 and 37. RGB value is (107,51,55). Sum of RGB (Red+Green+Blue) = 107+51+55=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3337 is #94CCC8. Grayscale: #444444. Windows color (decimal): -9751753 or 3617643. OLE color: 3617643.

HSL color Cylindrical-coordinate representation of color #6B3337: hue angle of 355.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B3337 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 55 -
CMYK 0 0.52 0.49 0.58
HSL 355.71º 0.35% 0.31% -
HSV(B) 355.71º 0.52% 0.42% -
XYZ 7.94 5.77 4.31 -
YUV 68.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 107 51 55 0 0.52 0.49 0.58 355.71 0.35 0.31
Hex 6B 33 37 0 34 31 3A 164 23 1F
Octal 153 63 67 0 64 61 72 544 43 37
Binary 1101011 110011 110111 0 110100 110001 111010 101100100 100011 11111

Color Harmonies of #6B3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3337

Black with #6B3337

Text Example


Text Example

White with #6B3337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,55); }

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

background-color css

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

 a { background-color: rgb(107,51,55); }

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

border-color css

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

 span { border-color: rgb(107,51,55); }

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