Html Css Color HEX #6B393E Merlot

📋 copy color: '#6B393E'

red 107 ◦ green 57 ◦ blue 62

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

Shades of Merlot #6B393E

Tints of Merlot #6B393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 47.35%
G = 25.22%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B393E (or 0x6B393E) is known color: Merlot. HEX triplet: 6B, 39 and 3E. RGB value is (107,57,62). Sum of RGB (Red+Green+Blue) = 107+57+62=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B393E is #94C6C1. Grayscale: #484848. Windows color (decimal): -9750210 or 4077931. OLE color: 4077931.

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

Color convert

RGB 107 57 62 -
CMYK 0 0.47 0.42 0.58
HSL 354º 0.3% 0.32% -
HSV(B) 354º 0.47% 0.42% -
XYZ 8.4 6.4 5.35 -
YUV 72.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 107 57 62 0 0.47 0.42 0.58 354 0.3 0.32
Hex 6B 39 3E 0 2F 2A 3A 162 1E 20
Octal 153 71 76 0 57 52 72 542 36 40
Binary 1101011 111001 111110 0 101111 101010 111010 101100010 11110 100000

Color Harmonies of #6B393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B393E

Black with #6B393E

Text Example


Text Example

White with #6B393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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