Html Css Color HEX #6B383F Merlot

📋 copy color: '#6B383F'

red 107 ◦ green 56 ◦ blue 63

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

Shades of Merlot #6B383F

Tints of Merlot #6B383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 47.35%
G = 24.78%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6B383F (or 0x6B383F) is known color: Merlot. HEX triplet: 6B, 38 and 3F. RGB value is (107,56,63). Sum of RGB (Red+Green+Blue) = 107+56+63=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B383F is #94C7C0. Grayscale: #484848. Windows color (decimal): -9750465 or 4143211. OLE color: 4143211.

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

Color convert

RGB 107 56 63 -
CMYK 0 0.48 0.41 0.58
HSL 351.76º 0.31% 0.32% -
HSV(B) 351.76º 0.48% 0.42% -
XYZ 8.37 6.31 5.48 -
YUV 72.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 107 56 63 0 0.48 0.41 0.58 351.76 0.31 0.32
Hex 6B 38 3F 0 30 29 3A 160 1F 20
Octal 153 70 77 0 60 51 72 540 37 40
Binary 1101011 111000 111111 0 110000 101001 111010 101100000 11111 100000

Color Harmonies of #6B383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B383F

Black with #6B383F

Text Example


Text Example

White with #6B383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,56,63); }

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

background-color css

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

 a { background-color: rgb(107,56,63); }

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

border-color css

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

 span { border-color: rgb(107,56,63); }

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