Html Css Color HEX #6F363B Merlot

📋 copy color: '#6F363B'

red 111 ◦ green 54 ◦ blue 59

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

Shades of Merlot #6F363B

Tints of Merlot #6F363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 49.55%
G = 24.11%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F363B (or 0x6F363B) is known color: Merlot. HEX triplet: 6F, 36 and 3B. RGB value is (111,54,59). Sum of RGB (Red+Green+Blue) = 111+54+59=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F363B is #90C9C4. Grayscale: #474747. Windows color (decimal): -9488837 or 3880559. OLE color: 3880559.

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

Color convert

RGB 111 54 59 -
CMYK 0 0.51 0.47 0.56
HSL 354.74º 0.35% 0.32% -
HSV(B) 354.74º 0.51% 0.44% -
XYZ 8.66 6.33 4.9 -
YUV 71.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 111 54 59 0 0.51 0.47 0.56 354.74 0.35 0.32
Hex 6F 36 3B 0 33 2F 38 163 23 20
Octal 157 66 73 0 63 57 70 543 43 40
Binary 1101111 110110 111011 0 110011 101111 111000 101100011 100011 100000

Color Harmonies of #6F363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F363B

Black with #6F363B

Text Example


Text Example

White with #6F363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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