Html Css Color HEX #6F303B Merlot

📋 copy color: '#6F303B'

red 111 ◦ green 48 ◦ blue 59

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

Shades of Merlot #6F303B

Tints of Merlot #6F303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 50.92%
G = 22.02%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F303B (or 0x6F303B) is known color: Merlot. HEX triplet: 6F, 30 and 3B. RGB value is (111,48,59). Sum of RGB (Red+Green+Blue) = 111+48+59=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F303B is #90CFC4. Grayscale: #444444. Windows color (decimal): -9490373 or 3879023. OLE color: 3879023.

HSL color Cylindrical-coordinate representation of color #6F303B: hue angle of 349.52º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F303B is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 48 59 -
CMYK 0 0.57 0.47 0.56
HSL 349.52º 0.4% 0.31% -
HSV(B) 349.52º 0.57% 0.44% -
XYZ 8.4 5.81 4.82 -
YUV 68.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 111 48 59 0 0.57 0.47 0.56 349.52 0.4 0.31
Hex 6F 30 3B 0 39 2F 38 15E 28 1F
Octal 157 60 73 0 71 57 70 536 50 37
Binary 1101111 110000 111011 0 111001 101111 111000 101011110 101000 11111

Color Harmonies of #6F303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F303B

Black with #6F303B

Text Example


Text Example

White with #6F303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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