Html Css Color HEX #6B393A Merlot

📋 copy color: '#6B393A'

red 107 ◦ green 57 ◦ blue 58

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

Shades of Merlot #6B393A

Tints of Merlot #6B393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 48.2%
G = 25.68%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B393A (or 0x6B393A) is known color: Merlot. HEX triplet: 6B, 39 and 3A. RGB value is (107,57,58). Sum of RGB (Red+Green+Blue) = 107+57+58=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B393A is #94C6C5. Grayscale: #484848. Windows color (decimal): -9750214 or 3815787. OLE color: 3815787.

HSL color Cylindrical-coordinate representation of color #6B393A: hue angle of 358.8º 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 #6B393A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 57 58 -
CMYK 0 0.47 0.46 0.58
HSL 358.8º 0.3% 0.32% -
HSV(B) 358.8º 0.47% 0.42% -
XYZ 8.29 6.36 4.79 -
YUV 72.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 107 57 58 0 0.47 0.46 0.58 358.8 0.3 0.32
Hex 6B 39 3A 0 2F 2E 3A 167 1E 20
Octal 153 71 72 0 57 56 72 547 36 40
Binary 1101011 111001 111010 0 101111 101110 111010 101100111 11110 100000

Color Harmonies of #6B393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B393A

Black with #6B393A

Text Example


Text Example

White with #6B393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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