Html Css Color HEX #6B303A Merlot

📋 copy color: '#6B303A'

red 107 ◦ green 48 ◦ blue 58

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

Shades of Merlot #6B303A

Tints of Merlot #6B303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.54%

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

R = 50.23%
G = 22.54%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B303A (or 0x6B303A) is known color: Merlot. HEX triplet: 6B, 30 and 3A. RGB value is (107,48,58). Sum of RGB (Red+Green+Blue) = 107+48+58=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B303A is #94CFC5. Grayscale: #424242. Windows color (decimal): -9752518 or 3813483. OLE color: 3813483.

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

Color convert

RGB 107 48 58 -
CMYK 0 0.55 0.46 0.58
HSL 349.83º 0.38% 0.3% -
HSV(B) 349.83º 0.55% 0.42% -
XYZ 7.88 5.55 4.66 -
YUV 66.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 107 48 58 0 0.55 0.46 0.58 349.83 0.38 0.3
Hex 6B 30 3A 0 37 2E 3A 15E 26 1E
Octal 153 60 72 0 67 56 72 536 46 36
Binary 1101011 110000 111010 0 110111 101110 111010 101011110 100110 11110

Color Harmonies of #6B303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B303A

Black with #6B303A

Text Example


Text Example

White with #6B303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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