Html Css Color HEX #6F363C Merlot

📋 copy color: '#6F363C'

red 111 ◦ green 54 ◦ blue 60

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

Shades of Merlot #6F363C

Tints of Merlot #6F363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 49.33%
G = 24%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F363C (or 0x6F363C) is known color: Merlot. HEX triplet: 6F, 36 and 3C. RGB value is (111,54,60). Sum of RGB (Red+Green+Blue) = 111+54+60=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F363C is #90C9C3. Grayscale: #474747. Windows color (decimal): -9488836 or 3946095. OLE color: 3946095.

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

Color convert

RGB 111 54 60 -
CMYK 0 0.51 0.46 0.56
HSL 353.68º 0.35% 0.32% -
HSV(B) 353.68º 0.51% 0.44% -
XYZ 8.69 6.34 5.04 -
YUV 71.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 111 54 60 0 0.51 0.46 0.56 353.68 0.35 0.32
Hex 6F 36 3C 0 33 2E 38 162 23 20
Octal 157 66 74 0 63 56 70 542 43 40
Binary 1101111 110110 111100 0 110011 101110 111000 101100010 100011 100000

Color Harmonies of #6F363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F363C

Black with #6F363C

Text Example


Text Example

White with #6F363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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