Html Css Color HEX #6B373A Merlot

📋 copy color: '#6B373A'

red 107 ◦ green 55 ◦ blue 58

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

Shades of Merlot #6B373A

Tints of Merlot #6B373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 48.64%
G = 25%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B373A (or 0x6B373A) is known color: Merlot. HEX triplet: 6B, 37 and 3A. RGB value is (107,55,58). Sum of RGB (Red+Green+Blue) = 107+55+58=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B373A is #94C8C5. Grayscale: #464646. Windows color (decimal): -9750726 or 3815275. OLE color: 3815275.

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

Color convert

RGB 107 55 58 -
CMYK 0 0.49 0.46 0.58
HSL 356.54º 0.32% 0.32% -
HSV(B) 356.54º 0.49% 0.42% -
XYZ 8.19 6.16 4.76 -
YUV 70.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 107 55 58 0 0.49 0.46 0.58 356.54 0.32 0.32
Hex 6B 37 3A 0 31 2E 3A 165 20 20
Octal 153 67 72 0 61 56 72 545 40 40
Binary 1101011 110111 111010 0 110001 101110 111010 101100101 100000 100000

Color Harmonies of #6B373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B373A

Black with #6B373A

Text Example


Text Example

White with #6B373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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