Html Css Color HEX #6F3640 Merlot

📋 copy color: '#6F3640'

red 111 ◦ green 54 ◦ blue 64

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

Shades of Merlot #6F3640

Tints of Merlot #6F3640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 48.47%
G = 23.58%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F3640 (or 0x6F3640) is known color: Merlot. HEX triplet: 6F, 36 and 40. RGB value is (111,54,64). Sum of RGB (Red+Green+Blue) = 111+54+64=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3640 is #90C9BF. Grayscale: #484848. Windows color (decimal): -9488832 or 4208239. OLE color: 4208239.

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

Color convert

RGB 111 54 64 -
CMYK 0 0.51 0.42 0.56
HSL 349.47º 0.35% 0.32% -
HSV(B) 349.47º 0.51% 0.44% -
XYZ 8.8 6.39 5.62 -
YUV 72.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 111 54 64 0 0.51 0.42 0.56 349.47 0.35 0.32
Hex 6F 36 40 0 33 2A 38 15D 23 20
Octal 157 66 100 0 63 52 70 535 43 40
Binary 1101111 110110 1000000 0 110011 101010 111000 101011101 100011 100000

Color Harmonies of #6F3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3640

Black with #6F3640

Text Example


Text Example

White with #6F3640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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