Html Css Color HEX #6F363D Merlot

📋 copy color: '#6F363D'

red 111 ◦ green 54 ◦ blue 61

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

Shades of Merlot #6F363D

Tints of Merlot #6F363D

RGB

 RED value IS 111 (43.75% from 255) = 49.12%

 GREEN value IS 54 (21.48% from 255) = 23.89%

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 49.12%
G = 23.89%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F363D (or 0x6F363D) is known color: Merlot. HEX triplet: 6F, 36 and 3D. RGB value is (111,54,61). Sum of RGB (Red+Green+Blue) = 111+54+61=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F363D is #90C9C2. Grayscale: #474747. Windows color (decimal): -9488835 or 4011631. OLE color: 4011631.

HSL color Cylindrical-coordinate representation of color #6F363D: hue angle of 352.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F363D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 61 -
CMYK 0 0.51 0.45 0.56
HSL 352.63º 0.35% 0.32% -
HSV(B) 352.63º 0.51% 0.44% -
XYZ 8.72 6.35 5.18 -
YUV 71.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 111 54 61 0 0.51 0.45 0.56 352.63 0.35 0.32
Hex 6F 36 3D 0 33 2D 38 161 23 20
Octal 157 66 75 0 63 55 70 541 43 40
Binary 1101111 110110 111101 0 110011 101101 111000 101100001 100011 100000

Color Harmonies of #6F363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F363D

Black with #6F363D

Text Example


Text Example

White with #6F363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,61); }

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

background-color css

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

 a { background-color: rgb(111,54,61); }

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

border-color css

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

 span { border-color: rgb(111,54,61); }

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