Html Css Color HEX #6B3237 Merlot

📋 copy color: '#6B3237'

red 107 ◦ green 50 ◦ blue 55

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

Shades of Merlot #6B3237

Tints of Merlot #6B3237

RGB

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

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

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

R = 50.47%
G = 23.58%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B3237 (or 0x6B3237) is known color: Merlot. HEX triplet: 6B, 32 and 37. RGB value is (107,50,55). Sum of RGB (Red+Green+Blue) = 107+50+55=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3237 is #94CDC8. Grayscale: #434343. Windows color (decimal): -9752009 or 3617387. OLE color: 3617387.

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

Color convert

RGB 107 50 55 -
CMYK 0 0.53 0.49 0.58
HSL 354.74º 0.36% 0.31% -
HSV(B) 354.74º 0.53% 0.42% -
XYZ 7.89 5.68 4.3 -
YUV 67.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 107 50 55 0 0.53 0.49 0.58 354.74 0.36 0.31
Hex 6B 32 37 0 35 31 3A 163 24 1F
Octal 153 62 67 0 65 61 72 543 44 37
Binary 1101011 110010 110111 0 110101 110001 111010 101100011 100100 11111

Color Harmonies of #6B3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3237

Black with #6B3237

Text Example


Text Example

White with #6B3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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