Html Css Color HEX #6B3941 Merlot

📋 copy color: '#6B3941'

red 107 ◦ green 57 ◦ blue 65

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

Shades of Merlot #6B3941

Tints of Merlot #6B3941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.89%

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 46.72%
G = 24.89%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6B3941 (or 0x6B3941) is known color: Merlot. HEX triplet: 6B, 39 and 41. RGB value is (107,57,65). Sum of RGB (Red+Green+Blue) = 107+57+65=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3941 is #94C6BE. Grayscale: #484848. Windows color (decimal): -9750207 or 4274539. OLE color: 4274539.

HSL color Cylindrical-coordinate representation of color #6B3941: hue angle of 350.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B3941 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 57 65 -
CMYK 0 0.47 0.39 0.58
HSL 350.4º 0.3% 0.32% -
HSV(B) 350.4º 0.47% 0.42% -
XYZ 8.48 6.43 5.8 -
YUV 72.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 107 57 65 0 0.47 0.39 0.58 350.4 0.3 0.32
Hex 6B 39 41 0 2F 27 3A 15E 1E 20
Octal 153 71 101 0 57 47 72 536 36 40
Binary 1101011 111001 1000001 0 101111 100111 111010 101011110 11110 100000

Color Harmonies of #6B3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3941

Black with #6B3941

Text Example


Text Example

White with #6B3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,65); }

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

background-color css

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

 a { background-color: rgb(107,57,65); }

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

border-color css

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

 span { border-color: rgb(107,57,65); }

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